Help for this page

Select Code to Download


  1. or download this
        foreach my $row (@{$array1[$msmtable]}){
         print OUT "$array1[$msmtable][$row][$x],";
        }
    
  2. or download this
    >perl -E"say 0+[];"
    6994484
    
  3. or download this
        foreach my $row (@{$array1[$msmtable]}){
         print OUT "$row->[$x],";
        }