in reply to
Help needed on HTTP redirects
You can use LWP::Simple::getprint("your page B") to get the return code, actually to check whether it's successful, simply do:
is_success(getprint("http://your_page_B"))
[download]
You can then send a redirect.
Comment on
Re: Help needed on HTTP redirects
Download
Code
In Section
Seekers of Perl Wisdom