Pbm: Can't locate GD.pm in @INC + cpan> install GD problems??? (precedent msg in the archives not usefull)

2004-02-10 Thread Frederic MARTIN
Hi, I'm trying to use a perl script which need GD, GDGraph, GDGraph3d and GDTextUtil. I found already some messages in the archives of this mailing list ans especially the msg 09105. The guy had the same problem as me so I followed the answer msg 09107 but it didn't succeed with me ... When I che

Can't locate GD.pm in @INC + cpan> install GD problems???

2004-02-10 Thread Frederic MARTIN
Hi, I'm trying to use a perl script which need GD, GDGraph, GDGraph3d and GDTextUtil. I found already some messages in the archives of this mailing list ans especially the msg 09105. The guy had the same problem as me so I followed the answer msg 09107 but it didn't succeed with me ... When I che

Re: Unicode

2004-02-10 Thread amon
might be try this, use encoding "utf-8", STDOUT => "utf-8"; Octavian Rasnita wrote: > Hi all, > > I have a problem printing a file encoded as UTF8. > > I have tried using the following script: > > use Unicode::String qw(utf8); > > my $text = "asta鍒STA恲z"; > > my $t = utf8($text); > > print