(sorry 'bout the duplicate - bad data)
I'm using LWP to fetch an image and attempting to save it locally.
The file is successfully created, however all it contains is:
HTTP::Response=HASH(0x8380464)
Here's the code snippet:
$file = "/home/images/$name";
open(IMAGE, ">$file") || die "unabl
I'm using LWP to fetch an image and attempting to save it locally.
The file is successfully created, however all it contains is:
HTTP::Response=HASH(0x8380464)
Here's the code snippet:
$file = "/home/images/$name";
open(IMAGE, ">$file") || die "unable to open filehandle $file \n";
$saveres