Help for this page

Select Code to Download


  1. or download this
    foreach (0..100_000_000) { $i++ }
    
  2. or download this
    @array = (0..1_000_000);
    foreach (@array) { $i++ }