cannot install cpan modules

2008-09-11 Thread Bianca Shibuya
Hi there,I saw many emails with the same problem, cannot install cpan modules. But no solution worked for me.I use perl 5.8.8 already installed on Mac OS Leopard 10.5. I tried this:sudo perl -MCPAN -e 'install Bundle::CPAN'Part of the error message is:  CPAN.pm: Going to build

Res: cannot install cpan modules

2008-09-11 Thread Bianca Shibuya
Now, it's working. :-) I had to install Xcode and then, I have downloaded manually each package and then: * unzip it * in the terminal, go to the package directory * execute: perl makefile.pl * make test * sudo make install - Mensagem original De: Bianca Shibuya [EMAIL PROTECTED] Para

HTML tables

2008-09-14 Thread Bianca Shibuya
Hi there, Anybody can help me in this? I have this piece of code: use Text::CSV; use Date::Manip qw(ParseDate UnixDate); use LWP::Simple; use URI; use HTML::TableContentParser; use HTML::Entities; sub get_tables { my $URL = shift; my $page = get($URL); die Couldn't get $URL

Parsing of undecoded UTF-8 will give garbage when decoding entities

2008-09-27 Thread Bianca Shibuya
Hi people! It is me again. =( I am having this warning: Parsing of undecoded UTF-8 will give garbage when decoding entities. I have read that the solution is: The solution is to use the Encode::encode_utf8() on the data before feeding it to the $p-parse(). Ok then use the function

Res: Parsing of undecoded UTF-8 will give garbage when decoding entities

2008-09-27 Thread Bianca Shibuya
Ow.. that is right. Thank you! I will try it. - Mensagem original De: [EMAIL PROTECTED] [EMAIL PROTECTED] Para: Bianca Shibuya [EMAIL PROTECTED]; macosx@perl.org Cc: [EMAIL PROTECTED] Enviadas: Sábado, 27 de Setembro de 2008 19:58:27 Assunto: Re: Parsing of undecoded UTF-8 will give

Res: Res: Parsing of undecoded UTF-8 will give garbage when decoding entities

2008-09-27 Thread Bianca Shibuya
string of bytes which represents a UTF-8 string, into Perl's internal string format, we DECODE the byes to from UTF-8) but the error persists. Any help is welcome! Thanks in advance. Bianca - Mensagem original De: Bianca Shibuya [EMAIL PROTECTED] Para: [EMAIL PROTECTED]; macosx

Res: Res: Res: Parsing of undecoded UTF-8 will give garbage when decoding entities

2008-09-27 Thread Bianca Shibuya
original De: [EMAIL PROTECTED] [EMAIL PROTECTED] Para: Bianca Shibuya [EMAIL PROTECTED]; macosx@perl.org Cc: [EMAIL PROTECTED] Enviadas: Sábado, 27 de Setembro de 2008 21:54:30 Assunto: Re: Res: Res: Parsing of undecoded UTF-8 will give garbage when decoding entities encode_utf8(@$row[7