Hi, 

tom arnall <[EMAIL PROTECTED]> wrote:
> i am trying to spider a site with LWP but get garbage 
> characters when i do:
> 
>       $result = $ua->get($url,%header);
>       my $page = $res1->content;
> 
> 'lynx' however gives a clean result.

It would be helpful to have the URL of the page you're trying to
download aswell as to see a sample of the "garbage characters"
you're getting.

HTH,
Thomas

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to