Help for this page

Select Code to Download


  1. or download this
    my $ua = new LWP::UserAgent;
    my $req = new HTTP::Request POST => "http://$url";
    ...
    } else {
        return $res->error_as_HTML;
    }