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