$VAR1 = { 'that' => undef, 'this' => [ 'one', 2, '3.1' ] }; $HASH1 = { that => undef, this => [ 'one', 2, 3.1 ] };