Re: who to get subroutine caller context with pugs

2005-06-29 Thread Autrijus Tang
On Tue, Jun 28, 2005 at 11:02:48AM +0200, Gerd Pokorra wrote: > I am using pugs 6.2.7. Is it already possible to find out if a > subroutine was called in a void context. Does the want function > provide this feature. In the interactive shell you can try it out: pugs> want 'Void' However

who to get subroutine caller context with pugs

2005-06-28 Thread Gerd Pokorra
Hello, I am using pugs 6.2.7. Is it already possible to find out if a subroutine was called in a void context. Does the want function provide this feature. Gerd Pokorra