in reply to Re^8: Regex result being defined when it shouldn't be(?)
in thread Regex result being defined when it shouldn't be(?)
Do you also write conditios asdefined($var)==0
? Then why notif ( ($var < $threshold) == TRUE ) ...
or more?if ( ( ($var < $threshold) == TRUE ) == TRUE ) ...
|
|---|