is not split up. I'm working on a variation that ignores \) and \( and will fit into my code like this:( some stuff\) )
for ($script =~ m[( (?: \( [^)] + \) ) | \S+)]gx) { push @script, $_; }
In reply to Re^2: Splitting on unusual regex
by dewey
in thread Splitting on unusual regex
by dewey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |