in reply to top ten things every Perl hacker should know

Hm. An interesting list. Off the top of my head:

  1. What strict and warnings are for, and why they should almost always be used.
  2. The differences between scalar, list, and void context.
  3. How to use the CPAN effectively.
  4. Test-driven development (e.g. with Test::Harness and Test::More).
  5. How (Not) To Ask A Question
  6. Correct usage of my, our, local.
  7. Proper reference construction and use.
  8. Basic understanding of Perl RegEx.
  9. How to write a module (e.g. have read perlmodlib and perlmodstyle).
  10. How to accommodate multiple OSes (e.g. using File::Spec).
<-radiant.matrix->
A collection of thoughts and links from the minds of geeks
The Code that can be seen is not the true Code
I haven't found a problem yet that can't be solved by a well-placed trebuchet
  • Comment on Re: top ten things every Perl hacker should know