in reply to Perl Idioms Explained - keys %{{map{$_=>1}@list}}
Instead of using `=> 1`, it is valid and cheaper to use `=> undef`.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Perl Idioms Explained - keys %{{map{$_=>1}@list}}
by RMGir (Prior) on Aug 04, 2003 at 15:34 UTC | |
by diotalevi (Canon) on Aug 04, 2003 at 15:41 UTC |