while(<>) { print "yes\n" if /^y$/i || /^yes$/i; }