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.
>>
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