Help for this page

Select Code to Download


  1. or download this
    $VAR1 = bless( {
                     'fieldvals' => {},
    ...
                     'debug' => undef,
                     'link' => '/foo/bar.php'
                   }, 'HTTP::Request::Form' );
    
  2. or download this
    $response = $userAgent->request( $form->press( "Submit2" ));
    
  3. or download this
    @forms2 = HTML::Form->parse( $text, "here.com");
    $d2 =  Data::Dumper->new( \@forms2 );
    print $d2->Dump;
    
  4. or download this
    $VAR1 = bless( {
                     'inputs' => [
    ...
                     'method' => 'POST',
                     'action' => bless( do{\(my $o = '/foo/bar.php')}, 'UR
    +I::_foreign' )
                   }, 'HTML::Form' );