in reply to How do I take a slice of a hash reference?
print join ':', @$hash{1,2}; [download]
print join ':', @{$hash}{1,2}; [download]