in reply to goto &method and skipping call frame
The real use case is a more complicated implementation of a with construct, where $OBJ is a closure var and AUTOLOAD is localized to the block.
Then show this more complicated implementation. What do you mean by "AUTOLOAD is localized to the block"? Does that mean you have a local *AUTOLOAD; in place? Or is it local $AUTOLOAD?
This reminds me of one piece of programming lore -
As for your questions: I'd say no, and no (afaik). Prove me wrong with tests.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: goto &method and skipping call frame
by LanX (Saint) on Mar 04, 2021 at 22:20 UTC | |
by shmem (Chancellor) on Mar 05, 2021 at 11:57 UTC | |
by LanX (Saint) on Mar 05, 2021 at 19:08 UTC | |
by shmem (Chancellor) on Mar 04, 2021 at 22:23 UTC |