Hello, I have a small problem. I would like to know some function to redirect the control flow from a perl CGI to another perl CGI, e.g.:
CGI 1 (at some place) CGI 2 (at http://www.java.sun.com/manuals/index.cgi) -------- ----------------------------------------------------------------------------- ... ... ... ... redirect("http://java.sun.com/manuals/index.cgi"); (perl code) ... ... ... ... Thanks