Help for this page

Select Code to Download


  1. or download this
    #!usr/bin/perl -w
    use strict;
    
    ...
        # HTML Body #
        print OUTPUT "<body>\n";
       print OUTPUT "foo\n<h1>bar</h1>\n</body></html>\n";
    
  2. or download this
    <html>
    <head>
    ...
    foo
    <h1>bar</h1>
    </body></html>