That's an interesting question.

I'd guess for purposes of defining "fluent", a computer language could be considered fairly similar to a spoken language.  My native language is English, and I would say I'm a "fluent" speaker of English.  And, although I'm not fluent in any other language, I'm conversant in a few others.

Similarly in Perl, I feel I am more "fluent" than in most other computer languages, even though Perl wasn't my "first language".  And just as I occasionally need to lookup English words in a dictionary, I often need to lookup Perl functions, idioms, etc. in the documentation.

I guess, by extension to the analogy, one could liken cpan to specialized words in a spoken language -- if I needed to be able to hold a technical conversation with doctors, I'd need to understand a lot more medical terminology, whereas an in-depth conversation with quantum physicists might require a more specialized knowledge of the language of quantum physics.  Likewise, in Perl, there is a lot of "specialized" programming which I don't know intimately (if at all), but when I need to know it, I'll know where to go.

So, the more "fluent" I get, the more comfortable I'll feel using my language skills (in either Perl or English), but I'll never stop having to look things up.


s''(q.S:$/9=(T1';s;(..)(..);$..=substr+crypt($1,$2),2,3;eg;print$..$/

In reply to Re^3: Enlightenment and Frustration by liverpole
in thread Enlightenment and Frustration by chexmix

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.