Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: while loop question

by RichardK (Parson)
on Sep 06, 2012 at 14:56 UTC ( [id://992112]=note: print w/replies, xml ) Need Help??


in reply to Re^2: while loop question
in thread while loop question

Of course it does :). It works in just the same way as using next/last in any nested loops.

OUTER: { INNER: while(1) { next INNER if this(); last OUTER if that(); } }

Log In?
Username:
Password:

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

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

      No recent polls found