in reply to Re^2: Changing the name of a function in the call stack
in thread Changing the name of a function in the call stack
Also have a look at Sub::Util (set_subname()) which is included with Perl since v5.21.4.
A new module, Sub::Util, has been added, containing functions related to CODE refs, including subname (inspired by Sub::Identity) and set_subname (copied and renamed from Sub::Name). …
|
|---|