http://qs321.pair.com?node_id=1072238


in reply to Storing regexen in a DB and using them

You mean something like ...

if ( $text =~ m{$regex} ) { .... }

As Occam said: Entia non sunt multiplicanda praeter necessitatem.