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.

Anyway, thanx for any efforts you may have put forth in this issue.

Ron Goral
self chastened and remorseful

-----Original Message-----
From: Charles K. Clarkson [mailto:[EMAIL PROTECTED]
Sent: Saturday, September 13, 2003 8:00 PM
To: 'Ron Goral'; 'Perl Beginners'
Subject: RE: Browser wants to do a file download on a CGI script


Ron Goral <[EMAIL PROTECTED]> wrote:

: the error does not occur until the script calls itself
: to save some settings to a database.  When I open or
: save the file that is being downloaded, it is the HTML
: that is supposed to display in the next step of the
: script.

    Sounds like we'll need to see the code to provide
assistance.


Charles K. Clarkson
--
Head Bottle Washer,
Clarkson Energy Homes, Inc.
Mobile Home Specialists
254 968-8328




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

Reply via email to