- or download this
%hash=("$country"=>{
"$errorcode=>{
$messagetype=>{ "count"=>"value"}}})
- or download this
if (defined $hash{$country}{$errorcode}{$message}{$count})
{
...
{
$hash{$country}{$errorcode}{$message}{$count}=1;
}
- or download this
for $varctry(keys %hash)
{
...
}
}
}