X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FDB_File%2FDB_File.pm;h=6ddbc03809e854ddf4dfc024ad2d0510573e2989;hb=3c4b39bee8832007b7e91bfce8701d34cacab411;hp=40098e332f0854de30bb1f5a844c0a240460b264;hpb=db30010093a0bacd16d1fa3fd1bd5397da6479d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm index 40098e3..6ddbc03 100644 --- a/ext/DB_File/DB_File.pm +++ b/ext/DB_File/DB_File.pm @@ -1851,7 +1851,7 @@ Here is another real-life example. By default, whenever Perl writes to a DBM database it always writes the key and value as strings. So when you use this: - $hash{12345} = "soemthing" ; + $hash{12345} = "something" ; the key 12345 will get stored in the DBM database as the 5 byte string "12345". If you actually want the key to be stored in the DBM database