split uses a regular expression and not a plain string for splitting (mostly). Your string * gets interpreted as the regular expression /*/, which is nonsensical. You could have shown us how it "fails" for you. I think you want to use split /\*/ instead, which will split on literal asterisks in your data.
In reply to Re: split() problem
by Corion
in thread split() problem
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |