On Aug 28, Kipp, James said:

>I have this script that recursed through a directory on a network drive and
>it's subdirs flagging files based on a couple of params.
>
>Firstly, I know this will be resource intensive. Is there a better way to do
>this that is maybe not even a Perl solution?

You want to use File::Find.  It's standard and trustworthy.

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
RPI Acacia brother #734   http://www.perlmonks.org/   http://www.cpan.org/
** Look for "Regular Expressions in Perl" published by Manning, in 2002 **


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

Reply via email to