In a recent job interview, I expressed my frustration with Perl and confessed to my interviewer that I am "eternally new to Perl" when he asked about a few scripts I had listed on my CV. Note: I am not a programmer and I sparingly write scripts but it is something that comes in handy occasionally.

When he asked why, I said that there's just too many ways to do a single thing, and, considering that I could go months or even years between scripts (apart from simple one liner types that shell scripting could accomplish just as easily), I often find myself at forums like perlmonks requesting help and am always pointed to a module or method that I forgot or didn't know existed

He had a good laugh about it and recommended a particular book. For the life of me, I can't remember what it was called - but by the way he described it, it sounded like it was written for people who would prefer to avoid the modules and 'shortcuts' and just write the raw code. I'm not sure if there's any wisdom in learning Perl in this manner, but I'd like to check it out regardless.

By any chance - does anyone know what book he was talking about?

-- Thanks

In reply to Re: Best Perl Books of All Time by jb60606
in thread Best Perl Books of All Time by Ovid

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.