http://qs1969.pair.com?node_id=60001

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.