in reply to Re: Comparison misses a true in *some* cases
in thread Comparison misses a true in *some* cases

No, I'm afraid you're wrong. That would be a terribly bad bug. In an if statement, the condition ($store->[$left_idx] < $start) MUST be evaluated before the execution of that which DEPENDS on the condition ($left_idx++).

japhy -- Perl and Regex Hacker
  • Comment on Re: Re: Comparison misses a true in *some* cases