in reply to Re: Good Idiom for Matching List?
in thread Good Idiom for Matching List?
Conceptually, any(@namelist) eq $candidate will be what I want, but how do you get that into a regex, where $candidate is actually the next however many chars from the input?