Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Hash checking

by shigetsu (Hermit)
on Apr 25, 2007 at 19:22 UTC ( [id://612078]=note: print w/replies, xml ) Need Help??


in reply to Hash checking

I assume you're struggling to have $faclist{$line} not contain a previous entry.

Then you should be using delete as in:

delete $faclist{$line};

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-24 13:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found