in reply to if Loop with array

if ( grep { $_ eq $input } @names ) { ... }