Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Re: GOTO considered (a necessary) evil?

by clintp (Curate)
on Jul 16, 2002 at 02:19 UTC ( [id://181982]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: GOTO considered (a necessary) evil?
in thread GOTO considered (a necessary) evil?

But a redo (just like next and last is just a glorified goto.
I consider this statement blatently false and missleading.
  • redo FOO will only work if the label FOO exists at some surrounding loop block

I consider this statement to be inaccurate and not quite pendantic enough for flaming someone! Observe:

sub bar { no warnings 'exiting'; redo FOO; } FOO: { print "Hey!"; bar(); }
The redo worked and the label did not exist in a surrounding loop block.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-19 09:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found