Re: [Perl-unix-users] streaming data

2006-03-21 Thread Foo Ji-Haw
Hello Glennix, Are you using the CPAN Yahoo! Messenger module? I tried it but it does not seem to work. Is there another module available? $Bill Luebkert wrote: Glennix glennix wrote: hi. i made a small IM(primarily for Yahoo Messenger) proxy program that does computername, IP address,

Re: [Perl-unix-users] FTP Question

2006-03-07 Thread Foo Ji-Haw
Hmm, have you tried downloading in binary? Or the Encode library? Conor Lillis wrote: Hi, I have an issue with a file I am transferring using FTP. It contains some unusual Irish language chars, such as "PADRAIC Ó MáILLE", this appears in my target file as "PADRAIC Ë MßILLE". I am using NET::

Re: [Perl-unix-users] Converting ASCII to UTF-8

2006-01-24 Thread Foo Ji-Haw
I'm using DBI to access the database and would like to enter the data into the mysql database in UTF-8 format. Everything I have read has indicated that if I can read the file using PerlIO, perl will automatically convert the data to UTF-8, but since the files are compressed and I'm uncompr