Greetings!!

I must agree with AcidHawk... use strict; and use warnings; would rank very high on the list of things learned from my time (mostly lurking) on PerlMonks.org. As a matter of fact, I have revisited most of my older perl code and applied the wisdom and direction of use strict; and use warnings;. (Wow! I had some nasty code!)

I had hacked about and scripted with perl for a little while. Then I found The Monastery. I have discovered a vibrant community with a great deal to offer. I have spent more time reading and researching for my answers than I have posing questions. Most of the questions I have needed answered for making my code work has been found in previously established nodes. I'm also honored and pleased to find myself in the presence of some very skillful perl coders.

Above all, I enjoy the fact that I learn a little more about perl and its usage every day.

-Daruma

In reply to Re: Things learned from Perl Monks by Daruma
in thread 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.