[Melbourne-pm] Perl programming best practices 2011

Toby Corkindale toby.corkindale at strategicdata.com.au
Sun Jan 9 21:47:56 PST 2011


On 10/01/11 16:44, Jacinta Richardson wrote:
> G'day folk,
>
> My talk for LCA this year is on Perl's current best practices.  It's only 35
> minutes or so long, so I can either cover some topics in depth, or many at a
> high level, or (more likely) a mix of both.  I'm compiling a list of such
> things, and I'm wondering what you'd include?
>
> 	Obvious things to include:
>
> 		use strict;
> 		use warnings;
> 		use autodie;
> 		use v5.12.0 (or 5.10.1);
> 			say
> 			state

Should smartmatch and switch get a look-in too?


More information about the Melbourne-pm mailing list