#!/usr/bin/perl # hello.cgi -- my first perl script! print "Content-type: text/html\n\n"; print <<"EOF"; Hello, world!

Hello, world!

EOF