LWP::UserAgent to POST and redirect browser at the same time

From: La Jesus (son_at_ofgod.com)
Date: 10/27/03


Date: Mon, 27 Oct 2003 18:33:13 GMT


 Hello - I am new to Perl, so sorry if this is a silly / ultra easy
question.

I am using LWP::UserAgent to POST a HTTP message to another website, and it
works great.

However, I can't figure out how to redirect the user to a script at the same
time as the post. (i.e. emulate sumbitting a form and being sent to a page.

 $org_response = $res->as_string; this gives me the page as a string, but
I want to send the user there

 http://www.perldoc.com/perl5.6/lib/LWP/UserAgent.html does not help
 :-(

Thanks!