http://www.perlmonks.org?node_id=862467


in reply to On-the-fly hashref

my $x; @{$x}{1..12}=qw/Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec/;

All dogma is stupid.