Help for this page

Select Code to Download


  1. or download this
      use HTTP::Request::Common;
      use LWP::UserAgent;
    ...
          # but what you probably want is in here:
          print $response->content;
      }