in reply to reset builtin
while (<>) { if (?^$?) { # blank line between header and body ... } } continue { reset if eof; # clear ?? status for next file }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: reset builtin
by morgon (Priest) on Apr 06, 2009 at 22:37 UTC | |
by ikegami (Patriarch) on Apr 07, 2009 at 00:34 UTC |