as suffix never executes:$ perl -MO=Deparse -e 'while() { print "1\n" }' while (1) { print "1\n"; } -e syntax OK
$ perl -MO=Deparse -e 'print "1\n" while ()' print "1\n" while (); -e syntax OK
Casiano
In reply to Re: while() {}
by casiano
in thread while() {}
by kappa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |