Help for this page

Select Code to Download


  1. or download this
    $mech->get($_);
    if (!$mech->success())
    ...
        print "get of $_ failed!\n";
        next;
    }