This has never been a problem for me. I wonder whether that is because I didn't take CS at university.

I taught myself programming from books, long before I had access to a computer. When I came to writing programs for a living, again I was teaching myself and learning from those around me, but because it was always in a commercial context the focus was always oriented around getting the job done.

As time passed, I learnt a bit about algorithms and about data structures, not in a theoretical manner but because they were necessary to achieve a particular task.

My main languages for work (and therefore also at home) had been assembler and C. When I eventually discovered the internet, the new languages I found such as TCL and Perl were a revelation - so much more bang for your buck, and the source code too. :)

So I used them as I had used other languages, to get the job done, and continue to do so.

These days I write OO code in Perl, and scoff at those who say there is no such thing. I admire things that work, and work well, and Perl does just that - that's "real" enough a language for me.

Hugo


In reply to Re: Professional perl by hv
in thread Professional perl by mescanne

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.