On Tue, 30 Jan 2001, Andy Williams wrote:

> Hi,
>
> I know how to redirect using the GET method
>       print $q->redirect("$url?$query_string");
> but how do I do it for POST?
>

You can't properly - I think there is a rant on :

    http://ppewww.ph.gla.ac.uk/~flavell/www/

about this matter but I dont have the time to check the whole lot.  The
best way to achieve the effect is to use LWP to submit the request and
then display the resulting output.

This might answer:

   http://ppewww.ph.gla.ac.uk/~flavell/www/post-redirect.html

/J\
-- 
Jonathan Stowe                   |
http://www.gellyfish.com         |       I'm with Grep on this one
http://www.tackleway.co.uk       |

Reply via email to