Help for this page

Select Code to Download


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