Ron Goral wrote:

> Please do not bother to read that obnoxious amount of code.  I found my
> error:
>
> print qq[dgCartAdmin::SaveChanges - $h_self{sqlstmt}<br />];# if
> $h_self{debug};
>
> rather than
>
> print qq[dgCartAdmin::SaveChanges - $h_self{sqlstmt}<br />] if
> $h_self{debug};
>
> This print statement was happening before the HTML page header information
> was being printed.  Curious that the internal server error did not rear it's
> ugly head.

No reason to.  The statement as it was was a perfectly good, unconditional
command.  That is an obscure problem though.  Are you sure it wasn't exacerbated
by being out of view?  I tend to keep my code lines short.  Partly this is
because I have a smalll monitor, but also because keeping lines short tends to
keep all the logic more directly in view, and in mind.

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to