Help for this page
if ( grep /n/, @array ) { print "\@array has some elements that contain 'n'.\n"; ... print "\@array does not have 'n' in any elements.\n"; }