wakaget.pl (9)

5 Name: dmpk2k!hinhT6kz2E 2005-04-21 09:59 ID:CenHhJrY

Why not just repeat what you did to get the HTML? Probably something along these lines:

$data = get $UriImage;
open(FD, ">wakawall");
binmode FD;
print(FD, $data);
close FD;
copy ("wakawall", "~/wakawall.jpg");

Don't forget to include File::Copy, nor your die()s (nor strict mode...).

I've forgotten most of perl though, so I defer to anyone who actually knows how to beat it into submission.

This thread has been closed. You cannot post in this thread any longer.