in reply to Re: multiple matches with regexp
in thread multiple matches with regexp

I like it, and with
use re 'eval';
I was also able to use a regular expression instead of a fixed string: "aa" -> "a{2}"