Hello monks. I'd like to know a good way to redirect a web user to a certain URL from a perl script. For example, Java Servlets have a method response.sendRedirect("url") which redirects the user to that URL. What's the best way to do this kind of thing with Perl? I'd like to actually redirect the user and not just print out the contents of the target URL.