In actual truth, I'm having a hard time finding a script that's small enough to post. Posting a single subroutine would probably not help. The "smallest" is ~1000 lines. I will make another attempt to find a script that is suitable, but it may be a little while... thanks for the will to help; it really is appreciated.

On your earlier comment, you mention throwing away the "&" on my sub calls because it's the old convention. Aside from being more modern, are there other benefits of doing so?

A side note about these errors... after making some code changes, I'll attempt to run the script and good ol' "Internal Server Error" rears it's ugly head (I guess that happens sometimes eh?). I'll fix the error and upon refreshing the page and rerunning the script, every single subroutine I've got defined in my script will show in the logs as redefined. Yet further refreshes WON'T cause them to appear as redefined. Server cache maybe?


In reply to Re^4: Another Subroutine Redefined Post by Heffstar
in thread Another Subroutine Redefined Post by Heffstar

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.