in reply to
better way to find list members?
The various Set modules such as
Set::Scalar
deal with set operations, including memberships, union, etc. The other proposed solutions are probably perfectly adequate, but if you ever need a bit more power, this module should help.
Comment on
Re: better way to find list members?
In Section
Seekers of Perl Wisdom