- or download this
#!/usr/local/bin/perl
use strict;
print "Content-type: text/html\n\n";
print "<H1>Hello World</H1>\n";
- or download this
Index of /
cgi-bin/
Apache Server at protechflooring.co.uk Port 80
- or download this
#!/usr/local/bin/perl
use strict;
print "Content-type: text/html\n\n";
print "<H1>Hello World</H1>\n";
- or download this
<html>
<head>
...
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
- or download this
#!/usr/local/bin/perl
use strict;
print "Content-type: text/html\n\n";
print "<H1>Hello World From the Perl File</H1>\n";
- or download this
html>
<head>
...
<?php echo '<p>Hello World From the PHP File</p>'; ?>
</body>
</html>
- or download this
<html>Hello There I am the html file</html>