#!/usr/bin/perl

# script1.cgi
# the first line of this script is needed on esus

print "Content-type: text/html\n\n";
print "<html>\n";
print "<head><title>Script 1</title></head>\n";
print "<body>Perl Script 1</body>\n";
print "</html>\n";