Help for this page
Select Code to Download
Select
or
download this
for $i ( 0 .. $#array ) { print $array[$i]; }
Select
or
download this
for $i (@array) { print $i; }