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