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]
> -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
hmmm, ok, I moved the Content-Type line up in the program, and that got rid of
the error. Now, however, it dumps the raw text of the email -
220 stanislaw.blah.blah.edu ESMTP Sendmail 8.12.2/8.12.2/SuSE Linux 0.6; Thu,
25 Jul 2002 14:38:05 -0500 EHLO stanislaw 250-stanislaw.blah.blah.edu Hell
Webster,
Looks like your content-type is not being printed soon enough. You should
consider placing it
at the very top of your script unless you expect print some other kind of header (like
a Location).
print "Content-Type: text/html\n\n";
Regards,
David
- Original Message -
From
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
do you have an end_header() tag as well?
> 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