Help for this page
foreach (0..100_000_000) { $i++ }
@array = (0..1_000_000); foreach (@array) { $i++ }