Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: How does 'goto LABEL' search for its label? (yow?)

by tye (Sage)
on Jan 17, 2013 at 03:01 UTC ( [id://1013687]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub F {
        return G();
    ...
        goto LF;
    }
    G();
    
  2. or download this
    =item Exiting subroutine via %s
    
    (W exiting) You are exiting a subroutine by unconventional
    means, such as a goto, or a loop control statement.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-20 14:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found