Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^6: How does 'goto LABEL' search for its label?

by Anonymous Monk
on Jan 16, 2013 at 23:52 UTC ( [id://1013663]=note: print w/replies, xml ) Need Help??


in reply to Re^5: How does 'goto LABEL' search for its label?
in thread How does 'goto LABEL' search for its label?

Moritz showed a jump into a "construct" (an if block) w/o deprecation warning.

Its is optimized away , optimization before warning -- it is still deprecated

So which blocks

all of them -- if some aren't, its a warnings bug (maybe), not something that was forgotten to be deprecated

I hope you are aware that many kinds of loops are not foreach -loops.

Anything with a { bare block } is a loop and is deprecated

perl -wE " { L1: say 1; } goto L1; "

Replies are listed 'Best First'.
Re^7: How does 'goto LABEL' search for its label?
by LanX (Saint) on Jan 17, 2013 at 00:30 UTC
    Bla!

    All you said is either obviously wrong, contradictory to what you claimed earlier or not new.

    I'm tired of this, AnoMonk...

    Cheers Rolf

      Bla!

      All you said is either obviously wrong, contradictory to what you claimed earlier or not new.

      I'm tired of this, AnoMonk...

      *sigh*

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-25 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found