Help for this page

Select Code to Download


  1. or download this
      $url = new URI::URL($urls);
      $req = new HTTP::Request('GET', $url, $hdrs);
    ...
          binmode IMAGE;
          print IMAGE $resp->content;
      }