Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    html("<br>This is some html, prior to which a header is printed\n");
    html("<br>This is too (but the header was printed already)\n");
    
  2. or download this
    Content-type: text/html
    
    <br>This is some html, prior to which a header is printed
    <br>This is too (but the header was printed already)