Help for this page
Select Code to Download
Select
or
download this
my $num = keys %{ $hash{key} }; # or my $ref = $hash{key}; my $num = keys %$ref;