Help for this page

Select Code to Download


  1. or download this
    sub callme ($) {
       my $i = $_[0];
       $array[$i] = "printme-";
    ...
       }
       print @array;
    }