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.
In reply to Re: About lwp::useragent
by GotToBTru
in thread About lwp::useragent
by pmaeght
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |