in reply to Re^3: Need to speed up many regex substitutions and somehow make them a here-doc list
in thread Need to speed up many regex substitutions and somehow make them a here-doc list

> $rx_search = qr{ ... $rx_search ... }xms;

Ok it's somehow "wasting" a variable, but

my $rx_search = qr{$joined_search}xms;

wouldn't really irritate me.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery