http://qs321.pair.com?node_id=89051

TommyGun has asked for the wisdom of the Perl Monks concerning the following question:

Not sure wether can do this...

On posting of form to CGI, I want to return a 'please wait' page (I can do that!).
The same script continues on with processing the form,
and then, on completion,
moves the client's browser to a new 'results' page.

Without using two scripts, am I just being lazy?
Or is there a handy little HTTP response that tells the browser to stop creating the current page and start a new one.

Any insight greatly appreciated,
TommyGun.