When I started with perl, I had a copy of the Llama book (Learning Perl - it was very good back then, including material that isn't in the docs that come with perl, I presume the current edition is just as good) and quickly got a copy of the Camel book (Programming Perl - maybe not so useful these days now that everyone has enough screen space to edit their code in one window while using perldoc -f in another).
But most of my learning wasn't from those books. It was from finding and downloading other peoples' code that did almost what I wanted but not quite. To get exactly what I wanted, I had to read the code, understand how it worked, and fix it. So I read lots of code, gained a good understanding of it, and wrote a little bit. This was done at work, with deadlines, and it's purely by luck that I fell into using perl instead of any other language: I simply found perl stuff that almost worked before I found anything else that almost worked :-)
I don't guarantee that that will work for you, of course, but it's an approach that might be worth trying.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|