separator

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!

separator

© thecgibin.com