Re: Advice to Perl Trainers

2004-12-22 Thread Tim Maher
On Wed, Dec 22, 2004 at 08:33:25PM -, Peter Scott wrote: > Some advice for Perl trainers doing hands-on demonstrations: > Don't type "my $self = shift" (or shift anything else) without > practice. It is too easy to typo and leave the 'f' out of > 'shift'. For some reason I am more prone to ma

Advice to Perl Trainers

2004-12-22 Thread Peter Scott
Some advice for Perl trainers doing hands-on demonstrations: Don't type "my $self = shift" (or shift anything else) without practice. It is too easy to typo and leave the 'f' out of 'shift'. For some reason I am more prone to making this mistake in front of an audience than when coding alone. H