Help for this page

Select Code to Download


  1. or download this
    push @structure , [];
    for (my $i=0;$i<= $#ex; $i++) {
     push @{ @structure->[$j]}, $ex[$i]; 
    }
    
  2. or download this
    foreach my $lev1 (@structure) {
      my $cnt = scalar(@{$lev1};
    ...
        }
       }
    }