Help for this page

Select Code to Download


  1. or download this
    
    if (ref($array[$i]) eq "ARRAY") {
    ...
      print "Not an array!";
    }
    
  2. or download this
    
    if (ref $hash{$key} eq "ARRAY") {
    ...
    }