Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: last in a do while loop

by ikegami (Patriarch)
on Nov 03, 2006 at 15:48 UTC ( #582109=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    LOOP: {
      charlie;
    ...
      david;
      redo LOOP if alice;
    }
    
  2. or download this
    for (;;) {
      charlie;
    ...
      david;
      last if !alice;
    }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2023-06-01 13:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?