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