Random Project

Bug Fix for unintended interpolation of @omega

You might get an error like:
check_flexlm_perf_data.plx: Possible unintended interpolation of @omega in string at ./check_flexlm_perf_data.plx line 61.
To fix this change line 86 from:
[email protected]
to
[email protected]

There is another bug in the script
99c99
6)||(@ARGV eq “0”))

> if ((@ARGV > 8)||(@ARGV eq “0”))

ARGV has to be 8 instead of 6 if you use all parameters, like:
-H HOST -p PORT -f LIC -w WARN