I have a page that calls a from 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