
FishMonger
Veteran
/ Moderator
Jul 25, 2013, 11:55 AM
Post #5 of 9
(3835 views)
|
Re: [BillKSmith] The size of an array located in an array of hashes...
[In reply to]
|
Can't Post
|
|
However, you're now using 2 different syntax's to refer to the same thing, which IMO does not make it easier to understand. My preference would be to be consistent in how I referred to the array. And if we want to make it easier to understand (for "newbes"), we may want to be slightly more verbose.
my $count = scalar @{ $outer[$i]{data} };
(This post was edited by FishMonger on Jul 25, 2013, 11:58 AM)
|