Broken: while ($line = ) { if ($line =~ /cat/) { print "yeppers!"; } } #### while(){ if($_ =~ /cat/) { print "Yeppers!\n" } else{ print $_; }