Help for this page
use LWP::UserAgent; use HTTP::Request::Common; ... $ua = new LWP::UserAgent; $ua->request(POST $formurl, $formvars);