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

Hi,
I m using CGI module, I have created script for login page, and i m able to validate the username and password. I have created another script for home page. I need to redirect to home page on correct user name and password. How can i redirect?

Regards,
Anbarasu

Replies are listed 'Best First'.
Re: Redirecte to some other form in CGI
by Corion (Patriarch) on Apr 24, 2009 at 08:30 UTC

    See CGI, the ->redirect method.

Re: Redirecte to some other form in CGI
by marto (Cardinal) on Apr 24, 2009 at 08:33 UTC

    You could answer a lot of your own questions by reading the documentation.

    Martin