Help for this page

Select Code to Download


  1. or download this
    $ perldoc HTTP::Response
    
  2. or download this
    my $res = $mech->mirror (...);
    if ($res->is_success) {
    ...
    else {
        warn "Oops: ", $res->status_line;
        }