in reply to Re: minimal response program code problem
in thread minimal response program code problem
I quite often use a hash splice in that context:
my %Goodwords; @Goodwords{@goodWordsList} = (1) x @listOfGoodwords;
TIMTOWTDI and YMMV. ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: minimal response program code problem
by johngg (Canon) on Dec 05, 2006 at 23:33 UTC |