C:\>perl -wle "use strict; my %h; $h{'foo','bar', 'baz'} = 'dumb'; print $h{qw/foo bar baz/}" dumb C:\>perl -V:version version='5.10.0'; C:\>