Help for this page
#!/usr/local/bin/perl -w use strict; ... my %hash = (); $hash{'aref'} = $aref; print "Array length is:", scalar(@{$hash{'aref'}}), " \n";
Array length is: 3