Fellow Monasterians:
We all know how to print the elements of an array:
my @Array = qw (aaaaa bbbbb ccccc); print @Array;
but is there an equivalent to print all the values of an AoH (or in this case, a reference to) withOUT iterating over it?
my $AoH = [{ keyname => "aaaaa" }, { keyname => "bbbbb" }, { keyname => "ccccc" }]; print $AoH; ???
Thanks!
In reply to Printing all values of an AoH by bradcathey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |