$commentout = $commentout .= $position; s/$position/$commentout/; print OTHER; #THIS LINE HERE!! $x++; #### print OTHER "I am printing foo to file\n"; #### s/$position/$commentout/ #### $variable =~ s///; #For example the following my $variable = "Blue Car"; print $variable."\n"; $variable =~ s/Blue/Red/; print $variable."\n";