After much searching and reading, the articles I have have found regarding File::Find do nothing other than list file names, though they begin by saying things such as "do something with file".
I need help or a tutorial which shows me how to:
(1) run an IF check on files located by File::Find
(2) read from and write to a file which passes the IF check
I suppose File::Find returns whatever I need to open a filehandle, but I have not located the File::Find specification.