Help for this page
if( grep(/$var1/, @arr1) )
if( grep {/$var1/} @arr1 )
if( grep { $_ eq $var1} @arr1 )