On Tuesday 11 September 2001 12:41 pm, Ken Fox wrote:
> I'm not sure I understand what you mean. Perl 5 allows us to enter
> and leave scopes with goto:

Perl 5 allows you to leave most scopes (sort being the only exception), but 
just over half the constructs that introduce scope allow you to enter via 
goto.  (And three of those should be footnoted as well...)

>
> And of course the keywords last, next and redo are just restricted
> gotos. Those are able to leave one or more scopes.

Yes, leaving is okay.  I was referring just to entering.

-- 
Bryan C. Warnock
[EMAIL PROTECTED]

Reply via email to