if (!-e "http://www.servername.com/images/imagename.jpg") { print "does not exist"; } else { print "exists"; }