Help for this page

Select Code to Download


  1. or download this
       if ( defined ?attr1Hash{$attr1}){
          my $key ="attr1.attr2.attr3";
          $arrayRef = $fullHash{$key};
       }
    
  2. or download this
      $arrayRef = $fullHash{$attr1,$attr2,$attr3};