in reply to Hash versus substitutation efficiency?
I strongly suggest adding
to the top of your programs, and then inserting my liberally as in:use strict;
Yes, this requires work. But it is worth it to get a significant fraction of your typos automatically caught for you.foreach my $word ( @termList ) { ... }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Hash versus substitutation efficiency?
by pg (Canon) on Oct 11, 2004 at 21:50 UTC | |
by tilly (Archbishop) on Oct 11, 2004 at 22:28 UTC | |
by pg (Canon) on Oct 11, 2004 at 23:04 UTC | |
Re^2: Hash versus substitutation efficiency?
by bwelch (Curate) on Oct 12, 2004 at 15:08 UTC | |
by tilly (Archbishop) on Oct 12, 2004 at 15:21 UTC |