- or download this
my $h={ j=>{b=>"some value meaningful to another part of code"}};
- or download this
return $h->{$l_id}->{$letter_code}
if (defined $h->{$l_id}->{$letter_code});
- or download this
my $h = {j=>{b=>{c=>"some other meaningful value"}}};
- or download this
my $h = {j=>{b=>{c=>1}}};