in reply to Processing lines after a pattern in a while loop
while(<DATA>){ last if /^#cardtype$/; } while(<DATA>){ # start processing here }
-Mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Processing lines after a pattern in a while loop
by tilly (Archbishop) on Apr 05, 2004 at 17:42 UTC | |
|
Re: Re: Processing lines after a pattern in a while loop
by halley (Prior) on Apr 06, 2004 at 14:41 UTC |