Help for this page
# don't use a C-style loop for my $i (0..$#array1) { ... system( $cmd ) == 0 or warn "Couldn't run [$cmd]: $!/$?"; };