my $href = { [1, 2, 3], "hello" }; say Dumper($href); --output:-- $VAR1 = { 'ARRAY(0x7fe1bf803638)' => 'hello' };