Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    foreach my $array (@newAoA){
        print @$array,"\n";
    }
    
  2. or download this
    111
    212
    112
    101
    001
    102