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