Well, I have now read that entire thread...and learned two things that pertain to my issue with "prototypes."
1) The error is a red herring, because I am not using any prototypes in my code (never have); and

2) The error would likely not exist if I were using an older version of Perl.

I'm not impressed. It looks like, as someone else alluded to, the problem's source is not my code, but rather that of Test::more. Perhaps I should bid it farewell...but for now, I will just have to overlook the red herrings in the logs. On a more important note--could the inclusion of Test::more be the cause of any or all of my other troubles with this script? Hmmm....maybe I will have to try ditching it after all.

Blessings,

~Polyglot~


In reply to Re^10: Listing out the characters included in a character class [v5.38] by Polyglot
in thread Listing out the characters included in a character class by Polyglot

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.