in reply to My brain hurts! Recursive directory algorithm..

Have a look at File::Find, it will give you a great place to start.
  • Comment on Re: My brain hurts! Recursive directory algorithm..

Replies are listed 'Best First'.
Re: Re: My brain hurts! Recursive directory algorithm..
by waswas-fng (Curate) on Jul 25, 2002 at 19:04 UTC
    Yep, I am familiar with File::Find, I just could not come up with the algorithm to accomplish the partitioning of the data once I recursed the structure with File::Find. Thanks for pointing it out -- I am sorry I did not explain I was planning on using File::Find to generate the initial dataset.

    Thanks!
    -Wade Stuart