Help for this page

Select Code to Download


  1. or download this
      use WWW::Mechanize::Firefox;
      my $mech = WWW::Mechanize::Firefox->new(
    ...
      );
      $mech->get('http://google.com');
      $mech->save_content('google_com.html', 'google_com files');