How do I append more than one files? For example, if I have 12 txt files that live in different directories, I want to append them all to one txt file in a given directory. This is similar to the Unix 'cat' command but I want a Perl script to do it! Thanks