in reply to Directory splitter

Hi,
I think Algorithm::Bucketizer would be my module of choice to solve this problem easily.
From the description:

...So, you own a number of mp3-Songs on your hard disc and want to copy them to a number of CDs, maxing out the space available on each of them? You want to distribute your picture collection into several folders, so each of them doesn't exceed a certain size? Algorithm::Bucketizer comes to the rescue.
Algorithm::Bucketizer distributes items of a defined size into a number of dynamically created buckets, each of them capable of holding items of a defined total size...


Regards,
svenXY