in reply to Re: order in map
in thread order in map

my %hash = map { 'stuff_'.$_ => $_ } qw(asdf qwert zxcv);
also works, and is easier for most people to read.

                - Ant
                - Some of my best work - (1 2 3)