
ttamlrep
Novice
Apr 6, 2017, 2:46 PM
Post #1 of 3
(2145 views)
|
restrict a module to only particular lines of code
|
Can't Post
|
|
I want to use the module re::engine::TRE in my script for certain regex's, but not all the regex's in the script. re::engine::TRE brings in a different regex engine than what is default in Perl, but it will not work with all my regex's in the script. What is the best way to do this ?
|