I understand that strict is a tool and using it helps to make sure that I am not doing something that is a violation of reasonably good coding. Therefore using strict helps in saving me extra time trying to debug stupid problems. Now, if you can tell me that you don't spend time trying to debug a stupid error without using strict, then please tell me your secret. Also, the reason I am not using strict in the conf.pl is to allow the requiring of the conf.pl file without strict complaining about the undeclared variables in the conf.pl file. There I am usually certain that the code that is included there is just a list of scalars, arrays and/or hashes.
It wasn't my intention to have the conf.pl file be the issue at hand, but the file that is requiring the conf.pl and using the conf.pl in making the changes to my scripts easier when moving to a new system/rebuild that may not exactly replicate the system that it was previously running on.
Thanks for the criticism,
Matt (mhorner)
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.