in reply to
Re: split problem
in thread
split problem
I thought i tried that but i guess i didnt because that works! Thank you !
Comment on
Re^2: split problem
Replies are listed 'Best First'.
Re^3: split problem
by
misterperl
(Friar)
on Oct 02, 2014 at 18:33 UTC
for safety I often use split /\s*\|\s*/ which will also remove whitespace between the quotes in case it's there.
[reply]
In Section
Seekers of Perl Wisdom