Re: Help determining where URL is being redirected to




Shan wrote:
Does anyone know of any perl script that displays where a url is being
redirected to?

You're not likely to find any such prewritten script, as it's far too
trivial a task.

Go to http://search.cpan.org and search for LWP::UserAgent. Check out
the head() method of that class.

Once you've put together an attempt to solve your problem, if it
doesn't work correctly, let us know and we can probably help you to fix
it.

Paul Lalli

.