X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperltie.pod;h=0323e32261340360c3cd9391456979958686be02;hb=6d1e6673d7386f4f9139111a6e44d555b8252741;hp=9f264738793ec6dea1bc23120f0329da1c476266;hpb=32e653230c7ccc7fa595b1ab68502c6eb66ff980;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perltie.pod b/pod/perltie.pod index 9f26473..0323e32 100644 --- a/pod/perltie.pod +++ b/pod/perltie.pod @@ -1181,7 +1181,7 @@ tie methods for slice operations. You cannot easily tie a multilevel data structure (such as a hash of hashes) to a dbm file. The first problem is that all but GDBM and Berkeley DB have size limitations, but beyond that, you also have problems -with how references are to be represented on disk. One experimental +with how references are to be represented on disk. One module that does attempt to address this need is DBM::Deep. Check your nearest CPAN site as described in L for source code. Note that despite its name, DBM::Deep does not use dbm. Another earlier attempt