#!/usr/local/bin/perl # # print "Content-type: text/html\n\n"; # print "\n"; print "Test CGI script (perl)\n"; print "\n"; print "This is a test for the first script"; print "\n"; print "\n";