my $test = { 'record' => { 'a' => 11, 'b' => 22 } }; #### my $test; $test->{record}->{'a'} = 11; $test->{record}->{'b'} = 22;