Front page | perl.perl5.porters |
Postings from July 2001
RE: Typo in DB_File.pm
Thread Previous
From:
Paul Marquess
Date:
July 31, 2001 15:02
Subject:
RE: Typo in DB_File.pm
Message ID:
AIEAJICLCBDNAAOLLOKLMENHCLAA.Paul_Marquess@Yahoo.co.uk
Thanks Philip
Paul
> -----Original Message-----
> From: Philip Newton [mailto:Philip.Newton@gmx.net]
> Sent: 31 July 2001 05:20
> To: Paul Marquess; Paul Marquess
> Cc: perl5-porters@perl.org
> Subject: Typo in DB_File.pm
>
>
> --- ext/DB_File/DB_File.pm.orig Tue Jul 31 02:21:41 2001
> +++ ext/DB_File/DB_File.pm Tue Jul 31 05:12:53 2001
> @@ -948,7 +948,7 @@
> Duplicate keys are entirely defined by the comparison function.
> In the case-insensitive example above, the keys: 'KEY' and 'key'
> would be considered duplicates, and assigning to the second one
> -would overwirte the first. If duplicates are allowed for (with the
> +would overwrite the first. If duplicates are allowed for (with the
> R_DUPS flag discussed below), only a single copy of duplicate keys
> is stored in the database --- so (again with example above) assigning
> three values to the keys: 'KEY', 'Key', and 'key' would leave just
> End of patch.
>
> Cheers,
> Philip
> --
> Philip Newton <Philip.Newton@gmx.net>
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Thread Previous