#!/usr/bin/perl # Alert! The web server is *NOT* processing the script if you can read this line. print "Content-type: text/html\n\n"; print "Hello world from PERL $]\n"; print "
.cgi scripts are mapped to Perl.";