I've gotten many CGI scripts to work before, but I am at a complete loss as to what is breaking this one. No matter what I do I get the
premature end of script headers error. I've got only 2 print statements in my entire script:
- print $q->header("text/html");
- print $tmpl->output;
The only other place I can imagine the error being is in the template file I'm using for HTML::Template, but I can't spot anything there either.
Rather than muck up this post with all sorts of code, I've posted links to some text files:
UPDATE:
- Problem solved - links to source code removed.
Before you ask, DSB.pm is just a package of some silly little functions i didn't feel like writing over and over again.
Soemthing that might be noteworthy: I didn't install Perl or any modules. This is a hosting company and they just recently installed HTML Template...Just thought I'd mention it.
Any insight is much appreciated. I'm going to dunk my head in the water barrel.
dsb
This @ISA my cool %SIG
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.