Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Iterating through an array using multiple loops and removing array elements

by frozenwithjoy (Priest)
on Apr 24, 2014 at 04:39 UTC ( [id://1083512]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    iterate(@entries);
    
    ...
    
        iterate(@keepers) unless ...;
    }
    
  2. or download this
    my @final_result;
    iterate(@entries);
    ...
            @final_result = ...;
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found