Dear Monks
I request your wisdom on a matter of perl.
I have a script which requests a webpage from a form, and then processes that webpage. However, if the response code is a 3xx , my script automatically redirects, and pulls back the code of the redirected page, and not the original page. How can I get my hands on the code of the original non redirected page - i.e. just ignore the 3xx redirect
Thanks in advance