Page is a not externally linkable
- Code, Content, and Presentation
-- Perl Server Side CGI Scripting
---- Password generation script


andreasfriedrich - 3:38 am on Feb 2, 2007 (gmt 0)


Username and password are probably added once the Perl [perl.com] script is called. It will insert the username and password and then send a redirect header like this:

print "HTTP/1.0 302 Redirected\n" ;
print "Location: " . $ENV{'redirect'} . "\n\n";


Thread source:: http://www.webmasterworld.com/perl/3240065.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com