#!/usr/local/bin/perl use strict; print "Content-type: text/html\n\n"; print "
##
Index of /
cgi-bin/
Apache Server at protechflooring.co.uk Port 80
####
#!/usr/local/bin/perl
use strict;
print "Content-type: text/html\n\n";
print "Hello World
\n";
####
PHP Test
Hello World'; ?>
####
#!/usr/local/bin/perl
use strict;
print "Content-type: text/html\n\n";
print "Hello World From the Perl File
\n";
####
html>
PHP Test
Hello World From the PHP File'; ?>