Help for this page

Select Code to Download


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