One of the recent releases of perl made it so referring to an undefined array in a string (eg: "Email me at user@host.com") no longer produce the error:

In string, @host now must be written as \@host.

I think that's great, however, while I no longer get that error locally, I get it when I upload scripts to client servers.

So my question is, is there anything I can turn on to get this error again locally?

Note: Upgrading isn't an option. Some of the clients are hosted with companies like AT&T (who runs 5.00404) and have one year contracts. So, aside from running an old version of perl locally, I'm all out of ideas. Anyone have any suggestions?


In reply to In string, @var now must (NOT) be written as \@var by Davious

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.