Hello, I was wondering if anyone knows an easy way to auto-merge multiple text files when they are updated. Using a setting file containing:
#part1.txt
#part2.txt
#part3.txt
I would want to auto-generate an output.txt file containing their contents whenever they are edited. Is there a way Perl can monitor a file and when it's changed, re-generate the output?