diff options
author | Tom Christiansen <tchrist@perl.com> | 1997-04-25 20:50:09 -0400 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-27 00:00:00 +1200 |
commit | f102b8834494e736221c17057fae0f964511ea18 (patch) | |
tree | b9b312850672d7c28c8c2c5c8dc3d38a119ad30f /pod/perltie.pod | |
parent | c76750589503afb0145298a66c155795ba686e77 (diff) | |
download | perl-f102b8834494e736221c17057fae0f964511ea18.tar.gz |
Split perlmod
private-msgid: 199704260050.RAA02468@toy.perl.com
Diffstat (limited to 'pod/perltie.pod')
-rw-r--r-- | pod/perltie.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perltie.pod b/pod/perltie.pod index ccc1156982..c6eb7156ce 100644 --- a/pod/perltie.pod +++ b/pod/perltie.pod @@ -839,7 +839,7 @@ 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 module that does attempt to address this need partially is the MLDBM -module. Check your nearest CPAN site as described in L<perlmod> for +module. Check your nearest CPAN site as described in L<perlmodlib> for source code to MLDBM. =head1 AUTHOR |