Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    my $mech = WWW::Mechanize->new();
    ...
            print OUT $response->content();
            close OUT;
    }
    
  2. or download this
    $mech->get($url, ":content_file" => "filename.here");