RE: looking through directories recursively

2003-03-03 Thread Hanson, Rob
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

Re: looking through directories recursively

2003-03-03 Thread Sudarshan Raghavan
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

Re: looking through directories recursively

2003-03-03 Thread Kristian Rink
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

Re: looking through directories recursively

2003-03-03 Thread Janek Schleicher
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