in reply to Re: strip until blank line
in thread strip until blank line
Also, your example reminds me of some kind of tutorial or perldoc reference -- is that right? If so, could you point me to it? This is a slick construction.while (<INPUT>) { next if (1 .. /^\s*$/); # yada yada }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: strip until blank line
by Fastolfe (Vicar) on Nov 24, 2000 at 00:32 UTC |