Help for this page

Select Code to Download


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