@li=split (\d\), $l);# - escaping the )
You need to enclose your regex in slashes /.../
In reply to Re: splitting a string on a reqexp by moritz in thread splitting a string on a reqexp by medalto