#!/usr/local/bin/perl use strict; print "Content-type: text/html\n\n"; print "

Hello World From the Perl File

\n";