http://www.perlmonks.org?node_id=990442


in reply to 20 most important Perl Best Practices

Have an upvote. I do feel this is more of a style guide than "best practices", but it's nice to see people thinking of these things.

Perl::Critic has been mentioned a couple of times. I have a reasonable introduction to it in Chapter 18 of my book (I'm not sure how long O'Reilly and Wrox will keep that online, but it's free for now). You'll learn enough to use Perl::Critic for catching code issues and how to configure it for your personal tastes.

  • Comment on Re: 20 most important Perl Best Practices

Replies are listed 'Best First'.
Re^2: 20 most important Perl Best Practices
by greengaroo (Hermit) on Aug 29, 2012 at 13:14 UTC

    Thanks! I will look into it!

    There are no stupid questions, but there are a lot of inquisitive idiots.