Help for this page

Select Code to Download


  1. or download this
    install http://theoryx5.uwinnipeg.ca/ppms/WWW-Mechanize.ppd
    
  2. or download this
    $mech->get($url);
    warn "Success: " . $mech->success ? 'OK' : 'BAD';
    warn "Code: " . $mech->status;
    warn "Actual content: " . $mech->content;