Dear Monks,
I am following the community for many years now and I program in Perl. The forum has helped me a lot (although stupidly I have mainly posted so far as "Anonymous" but I will change that from now on).
I wanted to post a somehow philosophical question to all of you : How did you become good in programming? I mean, if I take myself for example, I am self-taught (I come from Biology background and need to code for my Phd in bioinformatics), so I was not taught programming in a "proper" way.
So, what would you advise me? I mean, yes I know the commands and structures in Perl, but what I clearly miss is the intuition that "ah, now I have to do this" or this (amazing) regular expressions that many fellow-Monks have given me over the years and I, not only find it difficult to even understand what they are doing, but would never even think of using the various expressions together...
Do you think it is just a matter of practice? Experience? Or could I be helped somehow to get this intuition of when to use what?
Thank you!

In reply to How does one learn perl programming efficiently - if they do not come from computer science background? by ktsirig

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.