#!/usr/bin/perl print "Content-type: text/html\n\n"; print ""; print "CGI Test"; print ""; print "

I just wrote a web page using Perl!

"; print "" #### Content-type: text/html CGI Test

I just wrote a web page using Perl!