Popcorn Dave has asked for the wisdom of the Perl Monks concerning the following question:
Does anyone have any ideas on how to fool LWP::Simple's get function in to grabbing a page that has been redirected?
I'm working on a perl program at present that pulls the web code and parses it, but it's getting stuck on a site that redirects.
Short of using an regex on the code coming in, is there another method?
TIA
Back to
Seekers of Perl Wisdom