in reply to
Seeking best approach to column parsing
Use something like:
my @entries = split(/\s+/, $_);
[download]
--
B10m
Comment on
Re: Seeking best approach to column parsing
Download
Code
In Section
Seekers of Perl Wisdom