in reply to Re^2: How do I check the Status of an image file created from a script on another web server?
in thread How do I check the Status of an image file created from a script on another web server?
use LWP::Simple; use Digest::MD5 qw(md5); print md5(get("http://promote.pair.com/i/pair-banner-current.gif"));
|
|---|