http://qs1969.pair.com?node_id=615900

sulfericacid has asked for the wisdom of the Perl Monks concerning the following question:

I posted a SOPW earlier without a good example, so here's a second shot. I'm using WWW::Mechanize to grab URLs of images from a particular web site. The problem is, once in a while the server seems to redirect the image URL to another location with an IP address.

I need to find a way to determine what the FINAL url of the image is, so one way or another I need to know if it redirects or will load the first URL.

A good example is this link (it is safe for work, just a Spiderman picture) http://images.imagefap.com/images/full/31/459/459526477.jpg. You'll notice it makes your browser go to http://85.17.40.9:99/31a/full/459/459526477.jpg instead. It's the same URL after the domain name/IP address.

How can I get my script to load the IP address if it pops up?



"Age is nothing more than an inaccurate number bestowed upon us at birth as just another means for others to judge and classify us"

sulfericacid