Encoding Trouble

2006-03-02 Thread Laurent Coudeur
not map to utf8 at C:\tools\TMfix.pl line 21, line 99210 . "\x{00d1}" does not map to utf8 at C:\tools\TMfix.pl line 21, line 99210 . "\x{008f}" does not map to utf8 at C:\tools\TMfix.pl line 21, line 99210 Running iconv works fine on the source file and conver

RE: error message with net::FTP

2005-07-29 Thread Laurent Coudeur
-Original Message- From: Owen [mailto:[EMAIL PROTECTED] Sent: 29 July 2005 00:07 To: beginners@perl.org Subject: Re: error message with net::FTP On Thu, 28 Jul 2005 10:17:35 -0400 "Laurent Coudeur" <[EMAIL PROTECTED]> wrote: > I am having some trouble with net::FT

error message with net::FTP

2005-07-28 Thread Laurent Coudeur
@today=$ftp->ls("$_") or print LOG "cannot read in date folder $_\n"; } print LOG "\n"; } my log contains this: /[base]/[subdir] /[base]/[subdir]/0102/050601 current folder /[base]/[subdir]/0102/050601 timeout is at prompt any ideas / Or stuff so obvious I cannot see it Laurent Coudeur 353 1 212 3181

RE: How to create a blank text file on win2k

2005-02-11 Thread Laurent Coudeur
open file to create it then close open (FILE,">filename"); close (FILE); should do the trick Regards. Laurent. -Original Message- From: Mark Panasci [mailto:[EMAIL PROTECTED] Sent: 11 February 2005 05:55 To: beginners@perl.org Subject: How to create a blank text file on win2k I'm usin

RE: False warning by warnings.pm

2004-11-22 Thread Laurent Coudeur
should it not be $t->waitfor("/ord\\s*:\\s*/"); Regards. Laurent. -Original Message- From: Ramprasad A Padmanabhan [mailto:[EMAIL PROTECTED] Sent: 22 November 2004 12:02 To: perl beginners Subject: False warning by warnings.pm I am using Net::Telnet in one of my perl scripts. Problem

RE: How to read data from and Excel File

2004-08-13 Thread Laurent Coudeur
Hi there You can check this http://search.cpan.org/~kwitknr/Spreadsheet-ParseExcel-0.2603/ParseExcel .pm the modules for excell are in Spreadsheet (for the search) -Original Message- From: jason corbett [mailto:[EMAIL PROTECTED] Sent: 11 August 2004 19:03 To: perl beginners Subject:

RE: regexp cleanup

2004-07-02 Thread Laurent Coudeur
Thanks it's a lot easier now -Original Message- From: Gunnar Hjalmarsson [mailto:[EMAIL PROTECTED] Sent: 02 July 2004 14:49 To: [EMAIL PROTECTED] Subject: Re: regexp cleanup Laurent Coudeur wrote: > Trying to clean up a mass of replacement > > here is a small bit &

regexp cleanup

2004-07-02 Thread Laurent Coudeur
'd need some pointers on How to tidy the mess (that script is turning into a nightmare and I'm running out of braincells) Laurent Coudeur 353 1 212 3181 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>