Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: How does next label work?

by moritz (Cardinal)
on Jan 06, 2013 at 10:04 UTC ( [id://1011869]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Concise -e 'X: next X'
    4  <@> leave[1 ref] vKP/REFC ->(end)
    ...
    2     <;> nextstate(X: main 1 -e:1) v:{ ->3
    3     <"> goto("X") v ->4
    -e syntax OK
    
  2. or download this
    $ perl -wE 'sub f() { next X }; X: for (1) { f }'
    Exiting subroutine via next at -e line 1.
    

Log In?
Username:
Password:

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

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

    No recent polls found