summaryrefslogtreecommitdiff
path: root/ext/NDBM_File/NDBM_File.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/NDBM_File/NDBM_File.pm')
-rw-r--r--ext/NDBM_File/NDBM_File.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/NDBM_File/NDBM_File.pm b/ext/NDBM_File/NDBM_File.pm
index b2804597a1..a088bd3c33 100644
--- a/ext/NDBM_File/NDBM_File.pm
+++ b/ext/NDBM_File/NDBM_File.pm
@@ -28,11 +28,11 @@ NDBM_File - Tied access to ndbm files
$h{newkey} = newvalue;
print $h{oldkey};
...
-
+
untie %h;
-
+
=head1 DESCRIPTION
-
+
C<NDBM_File> establishes a connection between a Perl hash variable and
a file in NDBM_File format;. You can manipulate the data in the file
just as if it were in a Perl hash, but when your program exits, the