Help for this page

Select Code to Download


  1. or download this
     use HTML::Form;
     $form = HTML::Form->parse($html, $base_uri);
    ...
    
     use LWP;
     LWP::UserAgent->new->request($form->click);