perl regexp

What is the easiest way to get full address of *.jpg images from html file using perl?

example:
http://farm3.static.flickr.com/2397/2126443111_65a810004c.jpg

This works:

([\w_\/\.:]+[.]jpg)