Malformed Header

2002-02-12 Thread Stephen.Hurley
? what's generated... http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd";> http://www.w3.org/1999/xhtml"; lang="en-US"> how I'm generating it... print start_html(-title=>"Events"); what Apache's error log says... [Tue Feb 12 12

RE: Malformed Header

2002-02-12 Thread Al Hospers
tle=>"Events"); > > what Apache's error log says... > [Tue Feb 12 12:32:41 2002] [error] [client 136.xxx.xxx.xxx] > malformed header > from script. Bad header= d:/path/to/events.cgi -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Malformed Header

2002-02-12 Thread Briac Pilpré
On Tue, 12 Feb 2002 12:58:23 +, Stephen.Hurley <[EMAIL PROTECTED]> wrote: > Hi, > Not sure if this is entirely a perl problem, but it is certainly > related. I made some minor changes to one of my CGI scripts (to get > the page to include the current date), and Apache started to give me a > 50

ERROR: malformed header

2009-12-02 Thread Raheel Hassan
HI, I have an error in opening one of my perl script, could any one tell me where i look for resolving this problem. This error i looked in the apache error logs. Thanks in advance. * "malformed header from script. Bad header=\tPUBLIC "-//W3C//DTD XHTML 1.0: dashboard.pl, ref

malformed header from script???

2002-07-25 Thread webster
I'm getting this error: malformed header from script. Bad header=EHLO stanislaw if I turn off use strict, I get the error Premature end of script headers my code is posted below, and it runs all the way through because it sends the email - and the email has

Re: ERROR: malformed header

2009-12-02 Thread Rene Schickbauer
Raheel Hassan wrote: HI, I have an error in opening one of my perl script, could any one tell me where i look for resolving this problem. This error i looked in the apache error logs. Thanks in advance. * "malformed header from script. Bad header=\tPUBLIC "-//W3C//DTD XHTML 1.0: da

Re: malformed header from script???

2002-07-25 Thread perl-dvd
al Message - From: "webster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 1:10 PM Subject: malformed header from script??? I'm getting this error: malformed header from script. Bad header=EHLO stanislaw if I turn off use strict, I get the error

Re: malformed header from script???

2002-07-25 Thread webster
OTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, July 25, 2002 1:10 PM > Subject: malformed header from script??? > > > I'm getting this error: > > malformed header from script. Bad header=EHLO stanislaw > > if I turn off use strict, I get the er

RE: malformed header from script???

2002-07-25 Thread Bob Showalter
> -Original Message- > From: webster [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 4:02 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: malformed header from script??? > > > hmmm, ok, I moved the Content-Type line up in the program

Re: malformed header from script???

2002-07-25 Thread Jake
That was it...I shoulda picked it up myself, but im a bit fuzzyheaded today. thanks a million > Perhaps this line is doing it: > >$sm->setDebug($sm->ON); > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache error 500: malformed header from script

2004-05-02 Thread Jan Eden
ks fine. But if the content loaded from the database is quite long (or is not properly encoded in utf8), I get the "malformed header from script" error. Now there"s a funny thing: If I do not load the content itself (via a variable $content) from the database into the form fiel

Re: Apache error 500: malformed header from script

2004-05-02 Thread Jan Eden
ne. But if the content loaded >from the database is quite long (or is not properly encoded in >utf8), I get the "malformed header from script" error. > >Now there"s a funny thing: If I do not load the content itself (via >a variable $content) from the database int