I'm actually humbled you think that much of my Perl knowledge. I know many principles of programming, I know a fair piece about operating systems, etc, and I know how to apply some of that knowledge to help people.

I don't consider myself a Perl wizard, by any stretch of the imagination. I'm perfectly comfortable slinging lists of lists, and hashes that point to hashes that point arrays and such. But I rarely find a use for the map() function, and rarely take advantage of the things that you can do with lists (see a Schwartzian Transform). I understand why it works, but I often don't recognize where that type of technology can be applied, most likely due to a strong 'C', Forth, and assembly background.

Some problems I like to solve so I can have a 'First Post!' answer. Make no mistake. A programmer who says s/he doesn't have an ego is a straight-out liar. Other problems are intruiging enough to do to the research, because I know that I don't know the answer. And other problems, I do know, and I enjoy (usually) helping people.

So, no, in no way do I think you have underestimated my knowledge of Perl, and I'm flattered you think that highly of what I do know. Thanks.

--Chris

e-mail jcwren

In reply to (jcwren) RE: (3) ZDog Hall of Fame Update by jcwren
in thread ZDog Hall of Fame Update by zdog

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.