Is it even possible? What about
and evensub Deb::func { print("Deb!\n"); } $obj = bless {}, 'Bar'; $obj->Deb::func();
sub Foo::func { print("Foo!\n"); } @Deb::ISA = 'Foo'; $obj = bless {}, 'Bar'; $obj->Deb::func();
In reply to Re: Distinguish method/function call during debugger?
by ikegami
in thread Distinguish method/function call during debugger?
by diotalevi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |