Reading Perlmonks I'm often impressed by the depth and breadth of knowledge of Perl in posts. And sometimes I wonder - are these people trained professionals, or just self-taught hacks like me?

The last computer course I took was a first year Fortran course over 25 years ago. But as a research scientist, programming was an ever-present work tool. Something you just opened a book on, learned, and applied. During ~15 years as a research scientist, I programmed everything from an old Rockwell AIM portable computer for data acquisition from test equipment, to IBM 3000-series mainframes for statistical analysis data crunching programs, to silicon wafer probing robot controllers, and much more, in every language from Basic, to Fortran to Assembler to proprietary PLC languages.

But every one of those projects were hacked together by having a programming manual open beside the computer, extracting just enough knowledge to get the job done.

The other end of the spectrum would be someone with full trainig in general programming theory and in specific languages. People with on-going training to keep their skills up to date. Real programming professionals.

So, which are you?

Forget that fear of gravity,
Get a little savagery in your life.


In reply to Trained Perl professional or self-taught hack? by punch_card_don

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.