X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldbmfilter.pod;h=8384999e6a78efa269bfde8ebff21c49093efdd9;hb=5269aecde866056a77e32c937c7c3182bb599487;hp=3350596aab836a228001aaf54569bc75e6be3eff;hpb=ee8c7f5465f003860e2347a2946abacac39bd9b9;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