If you want to download an entire web-page with all the images and you are on UNIX/Linux then I recommend using "wget -m YOUR_URL_HERE". If you want to do it in Perl I guess you can use WWW::Mechanize to find and follow the image links and download them locally. You will still need a browser to render the page in the end.