There is an old saying: "Those that can do, those that can't teach" No amount of book knowledge will ever substitute for practical experience. The practice practice practice advice is impossible to fault. This being said, in the texts you will find 'perls' of wisdom to help you avoid the age old pitfalls. While you may need to reinvent a wheel or two to learn your stuff there is no need to get run over by a bus in the name of experience. For out and out syntax practice deconstructing obfuscated code will teach you a lot and provides an endpoint, reading code comes a somewhat poor second. JAPHs make for 10 minutes of intense thought to understand them - all in all a nice bite sized syntax problem. Summary Do code Do make mistakes Do not repeat your mistakes, make new ones! Do ask if you need help Do read at least one book cover to cover Do not take it too seriously Do enjoy Tip:If you have been coding for 36 hours straight take a break. tachyon my $answer=[q;7566626f206f7420756f7920656d6f636c65772049;]; print join''=>reverse split''=>pack H42=>$answer->[0]=>eval;

In reply to Re: Delving Deeper into the World of Programming by Anonymous Monk
in thread Delving Deeper into the World of Programming by nysus

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.