RSS | Module Info | Add a review of Tie-File-AsHash
Tie-File-AsHash
(0.08)
Trivial to use, does persistence automatically (transparently), but only handles single-level hashes.
$hash{foo}->{bar} = 'baz';
will silently not store anything in the tied file.
Good for simple use cases. If you need nested structures, check out DBM::Deep or KiokuDB.
Dan Dascalescu - 2011-02-08T01:06:44 (permalink)
5 out of 5 found this review helpful.
Was this review helpful to you?
Yes
No

