in reply to Re: creating a perl script
in thread creating a perl script
...and, of course, one should use eq vs == for a string comparison. The string on the right side of the test ("has gone down") will numify as 0, which will match any string that numifies as 0, which is probably most of them.
|
|---|