Help for this page
for (my $i = 2; $i < @array; $i++) { local *_ = \ $array[$i]; ... use $_ as you would normally use it in foreach() ... }