Help for this page

Select Code to Download


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