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