Here's probably a really easy question for you perl monks to answer, since you guys were so helpful last time. :)
I want to download a jpeg image and save it to a file on my machine. I've currently been creating all the image files I need, but I seem to have no knowledge of how to simply download an existing image from a webpage. For example, if there was a jpeg file at the URL http://www.mywebsite.com/simX/images/coolpic.jpg (there isn't, though), how would I download that and save it to a file on my local machine using a perl script?