in reply to Re^2: How Perl can push array into array and then how retrievein thread How Perl can push array into array and then how retrieve
here is another way to have a step in this kind of loop:
for my $i (map { $_ * 2 } 0..40/2){ ... } [download]