From: <me...@st...> - 2005-12-20 08:51:05
|
>>>>> "benh" == benh <ben...@gm...> writes: benh> started with test.cgi: benh> #!/usr/bin/perl benh> use base CGI::Prototype; benh> main->activate; benh> that throws the header error... benh> so I looked the error up on apache.org benh> (http://httpd.apache.org/docs/1.3/misc/FAQ-F.html#premature-script-headers) benh> Thinking that it's an apache issue. Whenever you get an error like that, you need to look at the error log. What does the error log say? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <me...@st...> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! |