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