Help for this page

Select Code to Download


  1. or download this
      use Image::Grab;
      $pic->url('http://www.example.com/someimage.jpg')
    ...
      binmode IMAGE;  # for MSDOS derivations.
      print IMAGE $pic->image;
      close IMAGE;
    
  2. or download this
      $pic = Image::Grab->new(SEARCH_URL=>'http://localhost/gallery.html',
                              REGEXP    =>'.*\.png');