Help for this page
my @myArray = (1..100); ... foreach my $record (@myMainArray) { print(join(', ', @$record), "\n"); }