in reply to Building a nested data structure from File::Find

Combine File::Find::Rule with Tree::Builder - Takes path like strings and builds a tree of hashes of hashes.

For an example see Re: directory listing to array tree, its been run through Acme::EyeDrops, but it Deparses real easy :)

  • Comment on Re: Building a nested data structure from File::Find