in reply to Re^2: How do I optimize a regular expression?
in thread How do I optimize a regular expression?

but I'm more interested in how to make expressions work faster

Then I'll try to give you a few general hints:

Regexp::Assemble promises (among other things) to bring the power of trie optimizations to earlier perls, maybe it's worth a try (and less hassle than updating your perl version).