Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I tried strict once, it gave me a lot of prudish back chat so I deleted it again and went on my way rejoicing. After a while I began to wonder why my code was such a shambles. Then I found the monastery and got pelted with rotten fruit and had my feet held over a pot noodle until, without really knowing why, I gave in to peer pressure. Only after doing strict for a while do I begin to realise why it's such a darned good thing.

Now I think a of immediate practical benefits one gets from use strict would be a nice thing to have: we could refer agnostics and atheists to it, to bring them to the light more speedily.

Reason 1
If you often get hash values out of hash references (for example if you use DBI to get items from your databases) you may sometimes forget your syntactical sugar. Under strict you get an error if you write $ref{LineID} instead of $ref->{LineID} (unless you already declared an array called %ref which is most unlikely, not to say unwise). But without strict you might very well plonk the "value" back into another DBI query, and end up pulling out line 0 from your database without knowing that was what you were doing.

Over to you, siblings...

§ George Sherston

In reply to 101 reasons to use strict; by George_Sherston

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-24 22:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found