Help for this page
#!/usr/bin/perl -w use strict; ... print redirect("login.cgi"); print "Here's some stuff that you shouldn't be able to see";
# telnet localhost 80 Trying 127.0.0.1... ... Content-Type: text/plain Here's some stuff that you shouldn't be able to see