split /[[]\s:()]+/,$line>
Have you tried to use the quoted code? What happens if you do? (I'm not sure what the '>' on the end of this code fragment is supposed to be.)
I'm not familiar with your data, but I think I would try (untested)
split /[\[\]\s:()]+/, $line
instead. Be aware that this may generate an extraneous empty string at the beginning of the split output list, so your selection indices may need adjustment.
Give a man a fish: <%-{-{-{-<
In reply to Re^5: Split string variable of log input and output pieces in text file
by AnomalousMonk
in thread Split string variable of log input and output pieces in text file
by firepro20
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |