Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^4: Need to speed up many regex substitutions and somehow make them a here-doc list

by LanX (Saint)
on Oct 02, 2022 at 22:39 UTC ( [id://11147226]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11147226]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-24 11:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found