Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Deleting a hash?...Time stamp problem again ;')

by TheoPetersen (Priest)
on Feb 21, 2001 at 23:05 UTC ( [id://60007]=note: print w/replies, xml ) Need Help??


in reply to Deleting a hash?...Time stamp problem again ;')

Lacking your tie and other details it's hard to say, but at a guess, are you checking the DBM file via strings or some such? You may be seeing deleted records.

Write a short script that checks the valid keys in the file, or just add this debugging line after the delete:

print "Users = @{[keys %who]}\n";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://60007]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-03-28 12:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found