in reply to RFC: How to survive your first few months of Perl

In addition to what has already been said, I wish I had gotten a better handle on Perl's predefined variables in my first few months. I came from a C background, and I'm afraid the first few projects I created were a bunch of C programs in Perl clothing. Once I got used to the predefined variables (especially $_), regular expressions, modules and objects, my code started looking more Perlish, if that makes any sense.
  • Comment on Re: RFC: How to survive your first few months of Perl