Help for this page

Select Code to Download


  1. or download this
    if (defined $hash->{A}->{LEVEL2}->{LEVEL2_2}) {
  2. or download this
    if (exists $hash->{A} && exists $hash->{A}->{LEVEL2} && defined $hash-
    +>{A}->{LEVEL2}->{LEVEL2_2}) {