Help for this page

Select Code to Download


  1. or download this
    foreach $key(sort {$a<=>$b} keys(%resultHoA)){
           @tmp=@{$resultHoA{$key}};#[@sorted_cols];
           $statushash{$tmp[0]}{$tmp[1]}{$tmp[2]}[0]='0';
        }
    
  2. or download this
    $statushash{$tmp[0]}[0]='0',
    
  3. or download this
    $statushash{$tmp[0]}{$tmp[1]}[0]='0'