my ($line, $result); while($line = ) { if($line =~ /what_you_are_looking_for/) { $result = $line; for(0..3) { $result .= ; } last; } }