Help for this page

Select Code to Download


  1. or download this
    # Populate list with 10 mio numbers
    for (my $i=0; $i<1000_000; $i++) {
        push @results, $i;
    }