- or download this
$GSPmsgHash{$date} = {
$alertLv,
...
$probD,
$days_between,
}
- or download this
$GSPmsgHash{$date} = {
alert_level => $alertLv,
...
problem_detail => $probD,
days_between => $days_between,
}
- or download this
my $alert_level = $GSPmsgHash{$date}->{alert_level};