X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldbmfilter.pod;h=8384999e6a78efa269bfde8ebff21c49093efdd9;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=3350596aab836a228001aaf54569bc75e6be3eff;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldbmfilter.pod b/pod/perldbmfilter.pod index 3350596..8384999 100644 --- a/pod/perldbmfilter.pod +++ b/pod/perldbmfilter.pod @@ -124,7 +124,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