Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: removing an element of a array which is element of hash

by merlyn (Sage)
on Nov 16, 2005 at 14:29 UTC ( [id://509049]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @$_ = grep {not $_->{type} eq "warning"} @$_ for $UNNAMED_TOP_THINGY{l
    +ist}{find};
    
  2. or download this
    %UNNAMED_TOP_THINGY = (
    'list' =>          {                   
    ...
                                             ]
                      }
    );
    
  3. or download this
    @$_ = grep {not $_->{column} == 1} @$_ for $UNNAMED_TOP_THINGY{list}{f
    +ind};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-16 05:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found