in reply to Re: Perl style question: loops with postcondition
in thread Perl style question: loops with postcondition
I'll give you the basic and dos parts, but I'm fairly sure that "scans outward" would only apply if you're using the goto EXPR form, rather than a goto LABEL where the label is explicit.
For the goto LABEL form, the location of LABEL has to be resolved at compile time, so it's probably not very costly.
Check out Programming Perl, 3rd Edition, page 126.
--
Mike
|
---|