Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    </body>
    </html>
    HERE
    
  2. or download this
    print <<END_HTML;
    Content-type: text/html
    ...
    </HTML>
    END_HTML