Excellent Perl Tips Article
Perl’s a hard language to work in–it’s not strictly typed, its syntax is non-parseable and ambiguous, and it takes a long time to learn the difference between $, @, and %. Statements mean different things in different contexts depending on their runtime types and what kind of result you are computing.
Fortunately, the ever-brilliant Xarpb has a guide to 5 great perl programming techniques to help you out: the map function, default assignment with ||=, slicing hashes and arrays, executing regular expressions, and dispatch tables.
| This entry was posted on Thursday, October 5th, 2006 at 11:07 pm and is tagged with perl programming techniques, perl tips, dispatch tables, hashes, different things, arrays, different contexts, regular expressions, syntax, long time, map. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback. |
Leave a Reply
