in reply to Re: Building Regex Alternations Dynamically
in thread Building Regex Alternations Dynamically

my $regex = sub { qr/@_/ }->( join ... );

A very nice idea, I like it, thank you! I've added a reference to the node.