No. print occurs inside the continue block which is executed at the end of the while's block. next() just jumps right into continue.
while ( <> ) { # YOUR CODE GOES HERE } continue { # next() resumes here. print }
In reply to Re^2: perl -pie "???"
by diotalevi
in thread perl -pie "???"
by Plankton
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |