in reply to
if Loop with array
if ( grep { $_ eq $input } @names ) { ... }
[download]
Comment on
Re: if Loop with array
Download
Code
In Section
Seekers of Perl Wisdom