in reply to About lwp::useragent
The code you posted doesn't compile, I can see some typos:
use strictly; useLWP::UserAgent; my $form = ( HTML::Form->parse( $res->content, $base ) )1;
perl -c yourfilenamehere.pl would point you in the right direction. There's probably more exciting things to do these days than trying to automate a login around here :)
|
|---|