It was what was taught by firstPerlers, which makes it a defacto standard. (I note here that this does not prevent it from being sad; it merely shows a valid reason why it might be seen as a standard by some).

If memory serves, one used to have to turn off strictures in order to not use global handles, a workaround for which was given in one of my earliest PerlMonks SoPW posts. It was there that I learned stricture control was lexically scoped. : -)

In the end, some folks will move forward with new features of a language and others will not; it is driven by needs and values.

For example, I still use the &subName(); form for calling non-object-oriented subroutines. There are many who do not appreciate that calling sequence, as it is archaic v4 syntax; but it adds a clarity for these old eyes, and barring a coding standard to the contrary, will continue -- sad or not -- in this corner of the world.

:-)


In reply to Re^2: updating multiple text files by marinersk
in thread updating multiple text files by jmneedhamco

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.