I am a firm believer that people learn best by doing. However, if you have no idea what you are doing the learning curve may get the better of you. I think you have taken the first step correctly ("Learning Perl" by O'Reilly). Try these steps:
1) read a lot
2) code a little
3) test a lot
4) repeat
There are many other resources to help you other than books, although it's hard to beat some of the O'Reilly books like "Programming Perl", "CGI Programming with Perl", "Advanced Perl Programming", "Perl Cookbook", "Programming the Perl DBI", etc. There is also an excellent book by Lincoln Stein called "Network Programming with Perl". Other resources may include www.PerlMonks.org, of course, www.perldoc.com, learn.perl.org and Google. Good luck and remember "There's more than one way to do it."
There's another good book I forgot to mention. It has nothing to do with Perl but everything to do with programming (even though it wasn't written for that purpose). It's called "A Whack on the Side of the Head" by Roger Von Oech. This book will help you unlock the mind for innovation and push you in the right direction for developing logical algorithms It goes right along with the idea of "There's more than one way to do it".
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.