Help for this page

Select Code to Download


  1. or download this
    my @array = map { "a$_" }       (1..10000);
    my %hash  = map { $_ => "a$_" } (1..10000);