Help for this page

Select Code to Download


  1. or download this
       my $arrayRef;
       if ( defined ?attr1Hash{$attr1}){
    ...
       if ( defined $arrayRef){
          ...
       }
    
  2. or download this
       my $arrayRef;
       my $key ="attr1.attr2.attr3";
    ...
          ...
       }
    
  3. or download this
        $EventHash{$pid} = [ create_ts, last_upt, $ev_cnt];