#!/usr/bin/perl
#
print "Content-type:text/html\n";
print "Refresh:3; URL=http://www.cgi101.com/\n\n";
# (handle form stuff or whatever you want your CGI to do here)
# then print the thank you page, with META tag:
print <
Thank You
Thank You!
Thanks for your feedback. Return to our home page!