Help for this page
#!/usr/bin/perl print "Content-type: text/html\n\n"; print "NOTHING TO SEE HERE!\n";
<?php echo '<p>Hello World From the PHP File</p>'; ?>