Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi We need to implement directory level search that gives the folder hierarchy and document count in that directory as OUTPUT. Directory level search in this context means there will be a parent folder which has many levels of subfolders under it. and subfolder again has its own child folders and files can be placed in any level of folder hierarchy. Is perl efficient to perform this operation? Do we need to use recursive call or is there anyother optimized way that achieves this operation in a very less time? Please provide ur views on it at the earliest
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: plakshmi : Is Perl effecient for Directory level search?
by moritz (Cardinal) on May 08, 2012 at 14:14 UTC | |
by plakshmi (Initiate) on May 08, 2012 at 14:33 UTC | |
by cdarke (Prior) on May 08, 2012 at 14:36 UTC | |
by Marshall (Canon) on May 09, 2012 at 17:10 UTC | |
Re: plakshmi : Is Perl effecient for Directory level search?
by stevieb (Canon) on May 08, 2012 at 14:12 UTC | |
|