I wouldn't even know where to start in debugging your script. I wouldn't know whether your problems are with the script or your server configuration. What errors does your script produce? You must add these two lines:

use warnings; use strict;
What, if anything is shown in your servers logs? Can you post a smaller script that demonstrates just the problem you are trying to solve?

An excellent reference is: Troubleshooting Perl CGI scripts. You might try the step outlined there. Then, post what steps you've tried allong with the specific error text that you received. That way, I would have something to work from. Otherwise, I would be just shooting guesses out of my /dev/random.


As we drew near the sloop's stern, our light threw shdows on the carved letters on its escutcheon, which spelled "Jack Tar's Revenge." I stood amazed at the strength of my mother's voice when she cried up to the pudgy starbolin, "Ahoy, 'Revenge. Inform your Captain Roger as Long Lucy would meet wi' him."
"Molly of Tortuga" - Michael B. Stevens

In reply to Re: Making script called from image tags by starbolin
in thread Making script called from image tags by Anonymous Monk

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.