Help for this page

Select Code to Download


  1. or download this
    my $mech = WWW::Mechanize->new();
    $mech->get ("$url");
    
  2. or download this
    use WWW::Mechanize;
    require LWP::Protocol::http10;
    LWP::Protocol::implementor('http', 'LWP::Protocol::http10');