Re: LWP and authentication

2008-09-11 Thread ssinn
On Aug 22, 4:48 pm, [EMAIL PROTECTED] (Rob Dixon) wrote: > ssinn wrote: > > > I am currently writing a script that will connect to a URL, > > authenticate itself and GET information to the site. > > I am using this code out of the Perl &LWPbook but it is failing. > &

LWP and authentication

2008-08-22 Thread ssinn
I am currently writing a script that will connect to a URL, authenticate itself and GET information to the site. I am using this code out of the Perl & LWP book but it is failing. #!/usr/bin/perl -w use strict; use warnings; use LWP; use URI; # This authenticates my $browser = LWP::UserAgent->ne