On Mon, 03 Mar 2003 12:11:51 +0100, Kristian Rink wrote:

> .. I'm trying to handle directories and files using recursion and some perl
> cookbook
> recipes. Basically, it all comes down to a script fragment like this:
> [snipped the rest]

The easiest way is nearly always to use the existing module
File::Find
for handling recursive directory/file structures.


Best Wishes,
Janek

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to