Re: [cgi-prototype-users] header issue?

2005-12-20 Thread Randal L. Schwartz
> "benh" == benh <[EMAIL PROTECTED]> writes: benh> [oop! sorry Randal this will be a dupe for you, didn't CC the list ] I didn't cc the list because I'm coaching you through basic CGI debugging, which has nothing to do with CGI::Prototype. It's very NOT COOL for you to take private email an

re: [cgi-prototype-users] header issue?

2005-12-20 Thread benh
[oop! sorry Randal this will be a dupe for you, didn't CC the list ] > hay Randal thanks for the module though as stated before the error in > the error log is : > > Premature end of script headers: /home/benh/public_html/beta/test.cgi > > hope this helps. > > benh~ > > > On 20 Dec 2005 00:50:47 -

Re: [cgi-prototype-users] header issue?

2005-12-20 Thread Randal L. Schwartz
> "benh" == benh <[EMAIL PROTECTED]> 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#pre

[cgi-prototype-users] header issue?

2005-12-20 Thread benh
Hello all I'm new to the list, so... umm... hello? Ok heres the issue that I'm having, I keep getting 'Premature end of script headers:' errors when running any CGI::Prototype; app. Heres what I've done. started with test.cgi: #!/usr/bin/perl use base CGI::Prototype; main->activate; that throws