in reply to Tuesday Evening Code Quiz
@a = ('a'..'c'); @foo{@a} = reverse (1..@a); @foo{values %foo} = keys %foo; [download]
jeffa