Help for this page
$Threscount=0; open(THRESHOLDS, "$Thresholds") or die("Could not open Thresholds file +."); ... exit(2); } close(THRESHOLDS);
#Define Warning values use constant SIMULWAR => 30; ... use constant MEMINUSECRIT => 240000000; use constant SIMULSNAGWCRIT => 60; use constant CONDBCRIT => 240;