Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
                }
            }
        }
    
  2. or download this
    for my $deep0 (0..$dimention-1) {
        for my $deep1 (0..$dimention-1) {
            for my $deep2 (0..$dimention-1) {
    ...
    for my $row (0..$#AoA) {
        print "@{$AoA[$row]}\n";
        }