This is the
Perl documentation site and by the way
strict is in Perl's documentation.
The first paragraph of strict's "DESCRIPTION".
If no import list is supplied, all possible restrictions are assumed. (This is the safest mode to operate in, but is sometimes too strict for casual programming.) Currently, there are three possible things to be strict about: "subs", "vars", and "refs".
Now you said to turn off strict ref because it would be easy for a "maintenance programmer", but between you and what the strict document say's "Strict is to hard for casual programming maintenance programmers".
If you continue on down strict's documentation and read everything before going to "(see perlref)" then you would have read
"There is one exception to this rule:" and hopefully know how to program with strict ref's using symbolic references.
I guess you could go to the
symbolic references link and there is a lot more to learn there. But if you just read strict's document you would not have any need to turn off strict ref's. I'm not saying to not read
symbolic references because it hints that "symbolic references" are "slightly dangerous".
As for reputation of my post, well i don't care. I haven't used my 16 votes in over 3+ months, but if you want them I'll give++ them to you. =P
This will be my last post and you can say what ever you want because
I don't care.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.