do, warn, use
[p5sagit/p5-mst-13.2.git] / ext / NDBM_File / NDBM_File.pm
index b280459..a088bd3 100644 (file)
@@ -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