while (<>) { if(/dick/){ print "you said dick!\n"; } else { print "you didn't say dick, hah, what a dick!\n"; } }