Hello All,
I am currently in a Perl programming class and our assignment was:
Create a filehandle with the open function that uses a pipe to list all the files in your current directory and will print only those files that are readable text files. Use the die function to quit if the open fails.
After several hours, i have completed a program that does find all of the readable files in the current directory...