Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize 0.63;
    use WWW::Mechanize::FormFiller;
    ...
    $agent->field('file',  ["/tmp/file.1", 'myFilename', 
                  ['Content-Type' => 'application/octect-stream']], 1);
    $agent->click();
    
  2. or download this
       $filename = $fn if (ref($filename));