Hi guys, a hopefully not tooo stupid question:
With the find ( { wanted => \&process_file, follow=> 0}, $Dir); function my program runs through a directory-tree and the process_file-function works with the found files. In my case I want to cut a part from the path of the file (not all). At the moment I use global variables to give the process_file function the information what to cut. But it's not a nice way, I think. Is there a possibility to submit an argument to the process_file function. Unfortunatly process_file($Argument) doesn't work. regards, Christian -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]