in reply to Re: Incomplete Output When Printing Hash
in thread Incomplete Output When Printing Hash
... quite possibly, this is going to give you a more reasonable count on your data:
my $count = values %myobjtdets;
I don't understand. How could
my $count = values %myobjtdets;
produce anything at all different from
my $count = keys %myobjtdets;
for the $count scalar?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Incomplete Output When Printing Hash
by Laurent_R (Canon) on Aug 18, 2013 at 21:28 UTC |