in reply to Re: Re: Monk Specs.?
in thread Monk Specs.?
Read up on the bi-stable .. operator in perlop under 'Range Operators'.
At first it evaluates to false. It changes its state to true once the condition on the left hand side (the regex matching $date) is true. It changes its state back to false when the right hand side is true. Here this is never the case (0) so the file is read until the end.
-- Hofmator
|
---|