is the same aswhile ($a < $b) if not $error { $a++; }
so the parser thinks you are asking for %error with key "$a++;".while ($a < $b) if not $error{ $a++; }
Why not:
(not $error) and $a = $b;
In reply to Re: backwards if and while looping
by johnnywang
in thread backwards if and while looping
by jcpunk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |