If there is one thing I have learned from my short time here at Perl Monks (and there must be a million but probably the most important thing), it has to be the value of using strict and warnings. In many many posts on the SOPW area, I all to often see the recommendation to use strict and warnings to point the user in the right direction.

I for one can't believe that people still don't use them. I do sometimes find it a little difficult to understand the error that is reported but sure as hell I'll know there is a problem and if I don't understand the error I will be pointed to the line that has the problem.

I have no formal background in programming and often take ages to find where I have made a silly if not bad mistake in my code. Using strict and warnings definately has helped me re-look at a LOT of my code and as a result I am starting to understand more and hopefully write better code.

So for my two cents, use strict and warnings as a newbie...It has definately helped me.

-----
Of all the things I've lost in my life, its my mind I miss the most.

Edited: ~Mon Sep 16 16:28:53 2002 (GMT) by footpad: Moved to Meditations, per Consideration.


In reply to Things learned from Perl Monks by AcidHawk

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.