Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: last in a do while loop

by ikegami (Patriarch)
on Nov 03, 2006 at 15:48 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-19 13:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found