Damian Conway writes:
>    > * Using the pattern returned from some function as part of a regex
> 
> /pattern returned from ${\some_function} as part of a regex/

(??{ some_function() }) more generally

>    > * Using an array of "words" as an alternate list as part of a regex
> /match any of (${\join'|',@list}) here/

$" = "|"; /@list/       # snicker

Nat

Reply via email to