Help for this page
Select Code to Download
Select
or
download this
sub callme ($) { my $i = $_[0]; $array[$i] = "printme-"; ... } print @array; }