Help for this page
Select Code to Download
Select
or
download this
$array[-1] = $foo;
Select
or
download this
$array[$#array] = $foo;
Select
or
download this
for my $i (0..$#array) { # do something with $array[$i] }