Help for this page

Select Code to Download


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