Help for this page

Select Code to Download


  1. or download this
    GET /test.cgi HTTP/1.1
    Host: example.com
    Bad-Var: foo
    
  2. or download this
    #!/usr/bin/perl
    print "Content-Type: text/plain\n\n";
    print "Here's the entire book...\n\n";
    system("cat chapter-*.txt");