Help for this page

Select Code to Download


  1. or download this
    get() is a well-behaved overloaded version of the method in LWP::UserA
    +gent. This lets you do things like
    
        $mech->get( $url, ":content_file"=>$tempfile );
    
  2. or download this
    $ua->get( $url , $field_name => $value, ... )
        <snip>
        If a $filename is provided with the :content_file option, then the
    + response content will be saved here instead of in the response objec
    +t.