Help for this page

Select Code to Download


  1. or download this
    print "Content-type: text/html\n";
    print "Location: foo\n\n";
    print "This is the body"
    
  2. or download this
    print "Content-type: text/html\n\n";
    print "Location: foo\n";
    print "This is the body"