foreach ( @call ) { if ( /Daily\S+\s/ ) { print "Daily true $_ .\n"; } else { print "Not found\n"; } }