if (!-e "http://www.servername.com/images/imagename.jpg") { print "does not exist"; } else { print "exists"; } [download]
In reply to checking if a file / image exists on another server by Anonymous Monk