Help for this page

Select Code to Download


  1. or download this
    print "Content-Type: text/html\r\n\r\n",
    print "<html>...this";
    print "that...</html>";
    
  2. or download this
    use strict;
    use warnings;
    use CGI ":standard";
    ...
              p([ "one", "two", "three" ]),
              ),
        end_html();