Title: RE: [Perl-unix-users] CGI redirection

To all those people that helped me with this problem thank you.

-----Original Message-----
From: Jo Geraerts [mailto:[EMAIL PROTECTED]]
Sent: 02 January 2003 02:35
To: [EMAIL PROTECTED]
Subject: Re: [Perl-unix-users] CGI redirection


On Tue, Dec 31, 2002 at 10:45:03AM +0200, Mundell, R. (Ronald) wrote:
> Does any one knows how to redirect one CGI page to another?  I am writing a
> webpage to do login. on success it needs to reload a different page in its
> place otherwise it must reload itself. If anyone can help me, please do.

from perldoc CGI
 

       GENERATING A REDIRECTION HEADER

          print $query->redirect('http://somewhere.else/in/movie/land');



--
/******************************************************************
* Geraerts Jo                  * Politics:                        *
* [EMAIL PROTECTED]        *   Poly: many                     *
* http://users.skynet.be/ernie *   Ticks: blood sucking parasites *
******************************************************************/


_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to