Re: find and arguments

2002-04-20 Thread Jeff 'japhy' Pinyan
On Apr 20, drieux said: >On Saturday, April 20, 2002, at 07:21 , [EMAIL PROTECTED] >wrote: >[..] >> 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. >>

Re: find and arguments

2002-04-20 Thread drieux
Christian, I feel this may be 'the stoopid answer' - so bare with me... On Saturday, April 20, 2002, at 07:21 , [EMAIL PROTECTED] wrote: [..] > With the > > find ( { wanted => \&process_file, follow=> 0}, $Dir); > > function my program runs through a directory-tree and the > process_fil

find and arguments

2002-04-20 Thread Christian . Niebuhr
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 al