Help for this page

Select Code to Download


  1. or download this
    
    use WWW::Mechanize;
    ...
    print "six\n";
    
    print $response->content;
    
  2. or download this
    $ perl testit.pl
    one
    ...
    five
     There is no form named "LoginForm" at testit.pl line 26
    Died at WWW/Mechanize.pm line 1727.
    
  3. or download this
    <html>
    <head>
    ...
    </table>
    </body>
    </html>