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