or download this
# update: this won't work anyways - see previous post and followup
push @found_images, $get_gal =~ m#http://images\.imagefap\.com/imag
+es/thumb/\d+/\d+/\d+\.jpg#g
...
my ($height, $width) = imgsize(\$image);
$height < $max_height and $width < $max_width;
};