Help for this page
the data that needs to be replaced is just a bunch of paths to certain + directories and it looks kinda like this ... new/path/to/some/file another/new/path/to/some/file one/more/new/path/to/some/file
#Code to read in file my $inputFile = 'file.txt'; ... print $fh $fileContent; close $fh; print "Writing to File Done! \n";