Hi everyone.
I am using the LWP::UserAgent module in order to retrieve web pages. This usually works, but sometimes I get this message:
In cases like this, the UserAgent redirection doesn't work.
However, by using regexes, I can redirect the web page manually in a very long and ugly process, which I want to prevent.