And also not have b0rken regex in the first place$line =~ s/wordone\s*\((.*)\)\;//wordtwo\:$1\;/s
You're escaping characters that don't need to be escaped (i.e non-alphanumeric non-meta-characters <pant> <pant> ;).$line =~ s/wordone\s*\((.*)\);/wordtwo:$1;/s;
broquaint
In reply to Re: Ode to Death to Dot Star
by broquaint
in thread Ode to Death to Dot Star
by DeusVult
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |