'+' is a metacharacter which has meaning in regular expressions. To match a literal plus, you need to escape ('backwhack') it.
split /\+/;
After Compline,
Zaxo
In reply to Re: Re: split and join
by Zaxo
in thread split and join
by root
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |