in reply to Re: Feature Idea: qr//e
in thread Feature Idea: qr//e (updated with solutions)

Hi Haarg,

my ($regex) = map qr/$_/, join '|', map {quotemeta} qw/. | %/;

Excellent idea, thank you! I've updated the root node.

Thanks,
-- Hauke D