in reply to
difficult to split on "|"
my @fields = split(/\|/,$line);
Comment on
Re: difficult to split on "|"
In Section
Seekers of Perl Wisdom