Help for this page

Select Code to Download


  1. or download this
        # replace search paths with data in hash per key,
        # $oldSearchPaths and %searchPaths are initialized elsewhere
    
  2. or download this
        $fileContent =~ s/\Q$oldSearchPaths{$key}\E/\n$searchPaths{$key}/;