Help for this page

Select Code to Download


  1. or download this
    my @input_array = (N1,N2,N3,N6,N7); #not fixed (user input)
    
    ...
        print "CC1[", $input_array[$i], "] : ";
        print $hash{$input_array[$i]}{CC1}, "\n\n";
    }
    
  2. or download this
    CC0[n1] : 1
    CC1[n1] : 1
    ...
    
    CC0[n7] : 1
    CC1[n7] : 1