Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hashed file bug #469

Closed
p5pRT opened this issue Sep 2, 1999 · 2 comments
Closed

Hashed file bug #469

p5pRT opened this issue Sep 2, 1999 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented Sep 2, 1999

Migrated from rt.perl.org#1310 (status was 'resolved')

Searchable as RT1310$

@p5pRT
Copy link
Author

p5pRT commented Sep 2, 1999

From dklett@home.com

Notes​: the hashed file only contains a few thousand records, but has had many
adds and deletes. Although going through the keys with a foreach loop displays
a key twice, when one deletes one of the keyed record, both records disappear,
so there must be only one copy in the DBM file, but the key is retrieved twice.

System​: Intel box running BSDI BSD/OS 4.0 and Perl version 5.004_02. This is
an ISP machine.

Thanks.

Donald Klett
DSK Software Services, Inc.
dklett@​home.com
732-671-7892

@p5pRT
Copy link
Author

p5pRT commented Sep 2, 1999

From [Unknown Contact. See original ticket]

Donald Klett writes​:

Problem​: accessing a hashed file produces the same key twice, using a foreach
loop.

Notes​: the hashed file only contains a few thousand records, but has had many
adds and deletes. Although going through the keys with a foreach loop displays
a key twice, when one deletes one of the keyed record, both records disappear,
so there must be only one copy in the DBM file, but the key is retrieved twice.

System​: Intel box running BSDI BSD/OS 4.0 and Perl version 5.004_02. This is
an ISP machine.

p5p is very responsible to bug report. But to response there needs to
be at least one member who would understand what the report is talking
about. Here

  perldoc perlbug

would be your friend.

Hope this helps,
Ilya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant