Help for this page

Select Code to Download


  1. or download this
    use LWP::UserAgent; 
    $ua = LWP::UserAgent->new; 
    ...
                     Content_Type => 'multipart/form-data'
                  , Content      => [ para1=> "value"]);
    $response = $ua->request($req);