in reply to Fast file parsing
my $more = 5; while ( $more && <FILE> ) { . . . # $more-- with each successful assignment so $more will be 0 when all +five variables are known . . . }
If I remember correctly, everything you need from your postscipt file is in the first few lines right?
- - arden.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Fast file parsing
by perrin (Chancellor) on Mar 05, 2004 at 20:01 UTC |