I'll be damned. This reminds me of a story.

In about 2002 when I'd been hacking Perl quite a bit for 3 years I started to feel like I wanted to know how far I'd come. I was self-taught and pretty uneasy about my skills even though I'd accomplished some large projects, even an international one, at a large company. I looked around online till I found some Perl self-tests. There were three tests: beginner, moderate, expert. Feeling sheepish, I thought I'd better do the beginner first to get a good score and then move on. I expected to ace it.

I got like a 55% or something. I was so mad I blazed through the expert exam. Got 100% to my amazement. Being self-taught on real projects I knew references and objects and that sort of jazz pretty well, but I couldn't even answer some of the basics because they'd never come up.

In 9 years of Perl hacking, I did not know till now that there was a readline function in Perl or that there was anything else underlying the diamond operator.


In reply to Re^2: Treating file lines in a text file as a string by Your Mother
in thread Treating file lines in a text file as a string by adaykin31

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.