I'm not sure what constitutes the Microsoft paradigm these days - it's many years since I last touched it, so I don't really know what your background is.

Perl is most at home on Unix, and it shows in the language. If you're not familiar with Unix, then I think you should start there. Not that I can recommend a good book, cos I disremember what I used. Then, as others have said, check out the Llama book. I don't think anyone suggested Effective Perl Programming, which is an old but excellent book. It will help you learn to program in a perlish way instead of just thinking VB or C# in your head and translating it directly. Given that you're an experienced programmer, you'll probably not need the Llama for very long, so consider reading it on Safari instead of in dead-tree format.

What you should move on to after that depends on the tasks you've got to do.

Don't forget about the online documentation. perldoc -f functionname to get the docs on a built-in function; perldoc Module::Name for the docs on a module; and perldoc -q keyword to search the FAQs. That last one is particularly useful and not as well-known as it should be.


In reply to Re: Perl intro book for .Net programmer by DrHyde
in thread Perl intro book for .Net programmer by mattDP

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.