Help for this page
#!/usr/bin/perl ... my $n; foreach (@OutList2) {print $n++.": $_\n"};
0: bob 1: carl 2: joe 3: steve 4: test