in reply to Dumping regexp for Perl versions earlier than 5.14
In a previous reply of mine to Eily, I pouted that you had given no example code in your OP to illustrate the problem you were asking about. I then realized that you had, in fact, given a link to the module in question, DateTime::Format::Alami, which might be considered a perfect example since it contains all the code!
I've since taken a quick look at the module, and I must admit I still can't see how the change in regex stringification pre/post version 5.10 bears upon what you're trying to achieve. I see that you are building regexes from string fragments, but I don't see where and how you are 'inserting' a regex into another. Can you please clarify these points for me, perhaps with a short, runnable, standalone code example or two?
|
|---|