Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: GOTO considered (a necessary) evil?

by Abigail-II (Bishop)
on Jul 16, 2002 at 09:25 UTC ( [id://182025]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -le 'BAR: print 1; BAZ: for (2..3) {print; redo BAR; }'
    
  2. or download this
    perl -le 'BAR: print 1; BAZ: for (2..3) {print; goto BAR; }'
    
  3. or download this
    perl -le 'BAR: print 1; BAZ: for (2..3) {print; redo BAZ; }'
    
  4. or download this
    perl -le 'BAR: print 1; BAZ: for (2..3) {print; goto BAZ; }'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-24 19:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found