Help for this page

Select Code to Download


  1. or download this
    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
    
  2. or download this
            #Code to read in file
            my $inputFile = 'file.txt';
    ...
        print $fh $fileContent;
        close $fh;
        print "Writing to File Done! \n";