Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

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

by tanger (Scribe)
on Feb 21, 2001 at 22:42 UTC ( [id://60001]=perlquestion: print w/replies, xml ) Need Help??

tanger has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Deleting a hash?...Time stamp problem again ;')
by TheoPetersen (Priest) on Feb 21, 2001 at 23:05 UTC
    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";
Re: Deleting a hash?...Time stamp problem again ;')
by SilverB1rd (Scribe) on Feb 21, 2001 at 23:30 UTC
    This node should go in the SOPW section.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-19 11:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found