AriSoft has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I am trying to use a directory structure as a database to present the data in the most accessible way. A file folder works like a hash with keys in flenames and data in files.
I found modules Tie::TextDir, DirDB and Tie::FileSystem which does something like what I am looking for. Would you recommend me some more sophistiated modules or ways to solve my problem?
I would prefer to have same interface which is used with shared variables in threads::shared. Including the option to insert nested hashes to hashes as nested directory stuctures.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Database in a folder?
by cdarke (Prior) on Feb 16, 2010 at 11:46 UTC | |
by AriSoft (Sexton) on Feb 16, 2010 at 21:32 UTC | |
by BrowserUk (Patriarch) on Feb 16, 2010 at 22:26 UTC | |
by AriSoft (Sexton) on Feb 17, 2010 at 16:24 UTC | |
by BrowserUk (Patriarch) on Feb 17, 2010 at 18:07 UTC | |
| |
by JavaFan (Canon) on Feb 18, 2010 at 23:49 UTC | |
| |
|
Re: Database in a folder?
by planetscape (Chancellor) on Feb 17, 2010 at 05:01 UTC | |
|
Re: Database in a folder?
by CountZero (Bishop) on Feb 16, 2010 at 20:03 UTC |