read (STDIN, $query, $ENV{'CONTENT_LENGTH'}); $query .= '&cmd=_notify-validate'; $ua = new LWP::UserAgent; $req = new HTTP::Request 'POST','http://www.webserver.com/cgi-bin/webs +cr'; $req->content_type('application/x-www-form-urlencoded'); $req->content($query); $res = $ua->request($req);
In reply to Alternatives to User::Agent? by meatpopsicl3
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |