Help for this page
my( $rx ) = map qr/($_)/, join '|', @alternative;
my( $rx ) = do { local $" = '|'; qr/(@alternative)/ };