Hi,
In my perl script I create a new directory and copy files into
that directory. What I want to do then, is create another file
which will list the names of all the other files in that
directory.
I know I would have to open this directory in order for its
contents to be read, but how do I create the new file?
thanks