The CGI-Bin
Program Fragments for CGI
Server Side Counting
Counting Web Page Hits w/ SSI
Counting Hits HTML Image Tag
Using Cookies Count Properly
CGI Form Handling with Perl
Take a quiz or make one of your own
This little Perl program sends the user to another page using the http location header.
#!/usr/local/bin/perl
print "Location:http://feedthebulldog.com\n\n";
__END__
And that's all there is to it!
HTTP Header Redirect
Environment Variables
Sending Email
Web Session Input
Initiate a Browser Download
© thecgibin.com
A SIMPL™ Site