while ($line = ) { print "MOO!\n"; if ($line =~ /cat/) { print "yeppers!"; } }