in reply to Testing filehandles
update: As suggested, if there is more processing to come it could be
while (defined($_ = <>)) { last if /^$/;print}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Testing filehandles
by jweed (Chaplain) on Jan 04, 2004 at 08:17 UTC | |
by dominix (Deacon) on Jan 04, 2004 at 11:38 UTC | |
|
Re: Re: Testing filehandles
by Anonymous Monk on Jan 04, 2004 at 21:55 UTC |