my @countries = ( "India", "America", "Germany", "Austria", ); if ( grep { $_ eq $country } @countries ) { print "True"; }