in reply to
split string on plus sign
my @fields = split(/\+/, $string);
[download]
Regards,
svenXY
Comment on
Re: split string on plus sign
Download
Code
In Section
Seekers of Perl Wisdom