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

I have a page that calls a form, after users have put in their information in the form, my CGI sript is supposed to insert the information in a database and redirect them back to the original web page. How do I redirect back to the original web page?? Im using perl 5 I tried print redirect ("name.html"); but it didnt work

Originally posted as a Categorized Question.

  • Comment on how do i redirect to a page in my CGI script