Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    my $mech = WWW::Mechanize->new( autocheck => 1 );
    ...
    
    # print the content of the admin page so that i know i'm in
    #print $mech->content;
    
  2. or download this
    <html>
    <head>
    ...
    
    </body>
    </html>