in reply to How to exit subroutine and go to Beginning of CGI Script?

if you haven't written anything out yet, you can use CGI::redirect() (or print a redirect header) to redirect the browser back to the script again.
  • Comment on Re: How to exit subroutine and go to Beginning of CGI Script?