Hi,
while working on a growing project i found it helpfull to have some tool which generates a contents file with the directory tree in it. Something like:
[tree(1) -esque output diagram snipped]
in the end. Well, it doesn't matter if files or folders are printed first. File::Find gives me very easily a list of all files and folders.
Even so, you might want to look at File::Find::Rule, which generates an array of found files for you.
And i can certainly store this in an array and process each line to get the output i want but i was wondering if there is something ready yet.
There doesn't appear to be anything quite like what you want on CPAN, but File-Slurp-Tree might be worth a look for the way it handles file trees, and YAML does some prettyness on printing tree structures, I'm told.
-- :: paul :: compiles with canadian cs1471 protocol