Please let me know what I should learn in Perl, besides the fundamentals in Learning Perl and Perl Cookbook.
To make some bullet-points about "what to learn" I would start with this list:
- Also read (cover to cover) Programming Perl - it is the definitive guide to the language itself.
- REGULAR EXPRESSIONS!!!
- Learn how to install CPAN modules
- Learn how to write CPAN modules
- Unit Testing
- object-oriented design
- encapsulation
- polymorphism
- inheritance
- abstraction
- Linux - the basics
- Database programming and design
- Network Programming Basics
- difference between TCP and UDP
- difference between a socket and a filehandle
- multi-threaded programming
- difference between processes and threads
- know when to use threads vs forks
- understand how to distribute workload in a way that gets the job done as quickly as possible
- event-based programming
- callbacks
- events
- publish/subscribe pattern (aka the "observer" pattern)
It would also be worth familiarizing yourself with what are known as "Design Patterns" since knowing them will help you articulate (in code) what you are trying to accomplish.
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.
|
|