On Sun, Oct 07, 2001 at 11:59:51AM -0400, Gregor N. Purdy wrote:
> The only difference here is that any time this happens (i.e., when we
> run into an 'end' op), before we return all the way out we examine
> interpreter->resume_addr. If this is not NULL, we are supposed to
> re-enter *a* core loop at that address instead of returning back to
> the caller. 

Ah, OK, so it's "End *this* loop, but have the next loop continue from
the given location".

Fine with me.

-- 
sub UNIVERSAL::AUTOLOAD{ $UNIVERSAL::AUTOLOAD =~ s/::/ /; print
"$UNIVERSAL::AUTOLOAD "}; hacker perl another just;

Reply via email to