Help for this page

Select Code to Download


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