in reply to How do I efficiently predeclare a hash with a set of keys
my %hash = map { $_ => 1 } 5, 6, 8 .. 53, 62 .. 106; [download]
TIMTOWTDI