Consider the following:
use strict; use Data::Dumper; my $hash={[\'one\',\'two\']=>[1,2]}; print Dumper($hash); =for comment prints.... $VAR1 = {
Hash::MultiKey