Help for this page

Select Code to Download


  1. or download this
    $hash->{'A'}->{'B5'}->{'C'} = 123;
    $hash->{'A'}->{'B5'}->{'D'} = 103;
    $hash->{'A'}->{'B2'}->{'C'} = 101;
    
  2. or download this
    if (exists $hash->{'A'}->{'B2'}) ...
    
  3. or download this
    $hash->{'A'}->{'B2'}->{*}