my @array = map { "a$_" } (1..10000); my %hash = map { $_ => "a$_" } (1..10000); [download]
In reply to Re: datastructure of array and hash? by holli in thread datastructure of array and hash? by cool