in reply to Errors in File::Recurse()?

I tried both the File::Find() and File::Recurse.

Interesting difference. Over a 100mbit network, the cpu and time results were identical (obviously limited by the network, not the code).

Replies are listed 'Best First'.
RE: CPU Usage for Find vs Recurse
by lemming (Priest) on Nov 10, 2000 at 04:35 UTC
    Found my reason for confusion. The two recurse modules are completly different.
    An alternative method of calling recurse. (Sugested by the module for simple tasks.)
    recurse {$size += -s}, "k:/node1";