Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Multiple foreach loops in single statement

by ikegami (Patriarch)
on Oct 23, 2012 at 16:40 UTC ( [id://1000499]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    do { ... } for ...;
    
  2. or download this
    do { ... for ... } for ...;
    
  3. or download this
    while (...) { ...}
    
  4. or download this
    do { ...} while ...;
    
  5. or download this
    print map ord, split //, `cat file.pl`;
    

Log In?
Username:
Password:

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

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

    No recent polls found