Hi
I am looking for the most performant way to achieve this

I have a big list of text (470000+ lines in a hash)
I then run a hash ref consisting of
replacement text - pattern to search - optional 3rd param for grouping
matches

So I loop through the text and then loop the regex hash against each record

This works but takes about 20 minutes

Any suggestions

Reply via email to