Hi all,

I had written some scripts in Perl about 4-5 years ago. I had used Perl 5.14. It was my first programming language and I totally loved the experience. I tried to use Perl Modules wherever I could in order to avoid simply wrapping commands inside the Perl scripts. The SSH and Email Modules were my favourite because I could accomplish a lot by using them to login to the various servers and devices, collect the outputs, dump them into a text file, use regular expressions (I love Perl's Regex), filter the required parts and mail them to the team so that appropriate actions could be taken.

I am planning to get back to Perl. I am not a programmer by profession. Just a regular IT Guy. Should I start from scratch or some intermediate level book? I hope this doesn't sound like me asking here "What should I eat? Chicken or fish?" :)

If my question appears relevant, kindly guide me.


In reply to Good Perl book? by Anonymous Monk

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.