Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

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

by clintp (Curate)
on Jul 16, 2002 at 02:19 UTC ( #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? | Other CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2023-03-26 08:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (63 votes). Check out past polls.

    Notices?