Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    my (@ar1, @ar2);
    ...
    for my $i (0..$#ar2) {
       print("   $i : $ar2[$i]\n");
    }