Hello wise ones.
I have a script that generates a module which is then used by another script for doing a lot of regexp matches. I went that route since the generation is quite heavy. The module is basically a holder for a mixed hash structure with the information needed.In this module a regexp is stored as
which is that it gets compiled twice?
I'm wondering how to store these regexp in a better or proper way.
TIA.