Help for this page
#!/usr/bin/perl -w #test.pl ... print "Content-type: text/html\n\n"; print "$test";
#test1.pl $test = 'TEST THIS!!';