in reply to Re^2: This is why logic is so frustrating (was This is why Perl is so frustrating)
in thread This is why Perl is so frustrating
Another annoying possibility is interrupts/concurrency. I once had a case where
was evaluating to true, two or three times per hour.if ($x && !$x) {...}
|
|---|