Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Deleting hash entry

by tcf22 (Priest)
on Dec 16, 2003 at 15:01 UTC ( [id://315064]=note: print w/replies, xml ) Need Help??


in reply to Deleting hash entry

I think you meant:
%hash = ( abc => { def => 1, }, ghi => { jkl => 1, }, );
Hashes use (), hash refs use {}.

delete($hash{abc}{def});
should work for deleting a second level key.

- Tom

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-16 08:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found