Help for this page
my $test = { 'record' => { ... 'b' => 22 } };
my $test; $test->{record}->{'a'} = 11; $test->{record}->{'b'} = 22;