I have a Perl CGI script that creates a login screen, i.e. user name and password.
I want, after successful login, the user to be redirected to the next action within the application (another Perl CGI script).
What is the command to redirect one CGI script or to an HTML page?