Help for this page

Select Code to Download


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