in reply to About lwp::useragent
Please consult Writeup Formatting Tips and What shortcuts can I use for linking to other information?. A well formatted question is easier to read and easier to answer!
my $form = ( HTML::Form->parse( $res->content, $base ) )1
should be
my $form = ( HTML::Form->parse( $res->content, $base ) )[1];Without the code tags the index was interpreted as a reference.
|
---|