> use strict; use warnings;
> my %h=(qw/a aa b bb c cc d dd e ee f ff/);
> print "interesting values: ", join ", ", @h{qw/ a d f/};
Wow very usefull thanks.
Its amazing how we can get stuck using the same functions or methods
to write code and ignore others simply because we have never had a
"need" to use them.
Many ways to do it can sometimes be a pain ;)

Thanks.
Paul

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to