Help for this page

Select Code to Download


  1. or download this
    print "Content-type: text/html\n\n";
    
    # and then later in the script...
    
    print "<h1>Some title</h1>\n";
    
  2. or download this
    print "Content-type: text/html\n\n";
    print "<h1>Header</h1>\n";
    
    # some code that generates an runtime error