03, 2003 7:13 AM
To: [EMAIL PROTECTED]
Subject: Re: looking through directories recursively
Hi there, and thanks for the hint...
> On Mon, 03 Mar 2003 12:11:51 +0100, Kristian Rink wrote:
[snip]
> The easiest way is nearly always to use the existing module
> File::Find
> for handling recur
On Mon, 3 Mar 2003, Kristian Rink wrote:
>
> Hi there, and thanks for the hint...
>
> > On Mon, 03 Mar 2003 12:11:51 +0100, Kristian Rink wrote:
> [snip]
> > The easiest way is nearly always to use the existing module
> > File::Find
> > for handling recursive directory/file structures.
>
> I'm
Hi there, and thanks for the hint...
> On Mon, 03 Mar 2003 12:11:51 +0100, Kristian Rink wrote:
[snip]
> The easiest way is nearly always to use the existing module
> File::Find
> for handling recursive directory/file structures.
I'm by now trying to figure out about what File:Find is capable of
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 modul