Help for this page
The input data looks kinda like this ... path/to/some/other/file path/to/SUBTSTRING/file #replace entire line if SUBSTRING is found path/to/file
sub scanForSubstringReplaceLine{ ... return $replacedText; }