in reply to Reaped: Understading array of hashes
And, when printing out, the undefs are not interesting, so leave them out (line 45):undef $hash{$_->{'type'}}{ $_->{'name'} } for @$array;
print " $k2\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Understading array of hashes
by AnomalousMonk (Archbishop) on Apr 23, 2013 at 19:53 UTC |