When not using <> that makes sense. Though could also do it when using <> when also using continue
while (<>) { last unless (/^#/); } procline; while (<>) { procline; } continue { if (eof) { while (<>) { last unless (/^#/); } procline; } }
In reply to Re^3: script assistance please
by RonW
in thread script assistance please
by perlnobie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |