# update: this won't work anyways - see previous post and followup push @found_images, $get_gal =~ m#http://images\.imagefap\.com/images/thumb/\d+/\d+/\d+\.jpg#g if do { my $image = get($&); print "found $1
"; my ($height, $width) = imgsize(\$image); $height < $max_height and $width < $max_width; };