in reply to Is it possible to determine the number of values for a particular hash key?

my $size = @{$HoA{$key}};
  • Comment on Re: Is it possible to determine the number of values for a particular hash key?
  • Download Code

Replies are listed 'Best First'.
Re^2: Is it possible to determine the number of values for a particular hash key?
by SuzuBell (Acolyte) on Oct 24, 2013 at 15:46 UTC
    Thank you.