|
|
| Just another Perl shrine | |
| PerlMonks |
Re^2: Ouch! Each! Reentrant it is notby Thilosophy (Curate) |
| on Jul 15, 2005 at 03:01 UTC ( #475112=note: print w/ replies, xml ) | Need Help?? |
|
You can avoid the scalar op and a useless variable by just calling keys in scalar context Taking it one step further, it seems you can also call it in void context (which is maybe more efficient):
In Section
Meditations
|
|
||||||||||||||||||||