Help for this page
print "Array length is: ", $#{$hash{'aref'}}+1, "\n"; print "$_\n" for @{$hash{'aref'}};
print "@{$hash{'aref'}}";