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