have you tried running from a commandline and passing the param's? at least you can determine exaclty what is being outputted without leaning on the error logs.

./scriptname name=value talk=another value

since you are opening the TAG file for write, could very well be a permissions issue. of course, running commandline locally won't debug that issue.

I don't see a header written in errorHTML or prior to it's potential invocation, you might want to place a header call or the equivilent Content-type line(s) to force the message to the browser.

keep in mind it's 11pm and I have been partaking in some wonderful wine tonite...so some sort of disclaimer is more than appropriate :-)


In reply to Re: Script is not producing output. by wardk
in thread Script is not producing output. by damian1301

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.