use warnings; use strict; my $hashref = { 'x' => 0, 'y' => 0, 'zzz' => 0 }; print scalar keys %$hashref;
In reply to Re: Wrong result for "length keys %$hashref"?
by toolic
in thread Wrong result for "length keys %$hashref"?
by samwyse
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |