Help for this page

Select Code to Download


  1. or download this
    my $resp = $mechObject->click;
    die "Submit failed\n" if $resp->is_error;
    my $content = $resp->content;
    # do something with $content if necessary