while (<FILE>) { if (/alpha/) { some code #1; while (<FILE>) { some code #2; } } else { some code #2; } }
In reply to Re^2: A way to avoid repeated conditional loops
by JavaFan
in thread A way to avoid repeated conditional loops
by Deus Ex
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |