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