Help for this page

Select Code to Download


  1. or download this
    for (my $i = 0; $i < scalar(@array); $i++) {
        my $subhash = $hash{$array[$i]};  # does not autovivify new $hash 
    +element
    ...
            }
        }
    }
    
  2. or download this
        next unless ( ref( $subhash ) eq 'HASH' );
        ...
    
            next unless ( ref( $subarray ) eq 'ARRAY' );
            ...