Help for this page

Select Code to Download


  1. or download this
    $req->content_type('application/whatever-pdf-mimetype-is');
    
  2. or download this
    use LWP::UserAgent;
         $ua = LWP::UserAgent->new;
    ...
         else {
            print $res->status_line, "\n";
         }