http://qs321.pair.com?node_id=150494

ProgrammingAce has asked for the wisdom of the Perl Monks concerning the following question:

Ok, this has been driving me nuts forever (actually a year and a half, but you get the point). I've been trying to get CGI to work on the free service tripod (yes, i know that's my main problem but read on...). To get to the end of the story, can anyone tell me why this script give me the error: "This page does not return a header"

#!/usr/local/bin/perl use CGI qw(:standard); use strict; print header; print "<p>Hello, World</p>";


And yes, I'm sure that it has the right path to perl. If I manually print the header, it gives me the same problem. Does anyone have any ideas?

        - Ace "Two programmers walk into a bar, the third ducks"

Edit ar0n -- title change