in reply to Seeking best approach to column parsing
Since your data appears to be fixed-width, you could use unpack instead of split, which should be much faster.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
: () { :|:& };:
Note: All code is untested, unless otherwise stated
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Seeking best approach
by davido (Cardinal) on Nov 25, 2003 at 18:27 UTC |