Help for this page

Select Code to Download


  1. or download this
    print "Array length is: ", $#{$hash{'aref'}}+1, "\n";
    print "$_\n" for @{$hash{'aref'}};
    
  2. or download this
    print "@{$hash{'aref'}}";