Help for this page

Select Code to Download


  1. or download this
    use strict;
    use WWW::Mechanize;
    ...
    $mech->get( $url, @args ) or die $mech->die;
    print $mech->content;
    $mech->click($button);
    
  2. or download this
    <html>
       <head>
    ...
          </p>
       </body>
    </html>