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/perldsc.pod | |
parent | c76750589503afb0145298a66c155795ba686e77 (diff) | |
download | perl-f102b8834494e736221c17057fae0f964511ea18.tar.gz |
Split perlmod
private-msgid: 199704260050.RAA02468@toy.perl.com
Diffstat (limited to 'pod/perldsc.pod')
-rw-r--r-- | pod/perldsc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldsc.pod b/pod/perldsc.pod index e2b82df796..aea53ae442 100644 --- a/pod/perldsc.pod +++ b/pod/perldsc.pod @@ -819,7 +819,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 partially attempt to address this need 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 SEE ALSO |