Help for this page
if ( grep { $_ eq $foobar} @array ) { }
use List::Util qw(first); if ( first { $_ eq $foobar } @array ) { }