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


in reply to Re: Debugging CGI/PERL
in thread Debugging CGI/PERL

It means that the output is not well formed. This can either be: i) you made a mistake in the response header, which needs to start with Content-type: text/html and two line breaks (but proper usage of any CGI module will take care of that); ii) something is erroneously printed into your response before this header (a debug print for example).