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.
>
&
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