Help for this page

Select Code to Download


  1. or download this
            my $result = $mech->get( $url );
    
  2. or download this
    $VAR1 = bless( {
                     '_protocol' => 'HTTP/1.1',
    ...
                                            '_method' => 'GET'
                                          }, 'HTTP::Request' )
                   }, 'HTTP::Response' );