in reply to split string on plus sign

my @fields = split(/\+/, $string);

Regards,
svenXY