Dear Perl developers, Over the years I have found myself using the File::Find module quite extensively. However, there has been several times where I wanted to pass arguments to the callback routine instead of using global variables. Therefore, I have taken the initiative and updated the File::Find module to allow the passing of an optional hash reference to the callback routine. This was done by creating the new option "wanted_argref" which will hold a reference to the hash table that should be passed as an argument to the callback routine. The module behaves the same with or without the modification yet allows for more flexibility in handling the data received by find. Attached is the file Find.diff which contains a diff -c of the minor changes that were necessary to incorporate this new feature. Please do with it as you deem appropriate. Respectfully, Roger Yager Software Engineer encryptit@aol.comThread Next