On Wed, 5 Jul 2017, Beginner wrote:

> Henry Foolman, thanks for your detailed reply about authoring plugins -- 
> appreciate it.  Unless I misunderstood your post completely, my question is 
> really how to figure out the name of the helper function from within the 
> helper, perhaps via some nested ref inside $self!?  I tried dumping it but 
> quickly got lost, so wanted to see if the community is aware of a trick.  
> Is that even possible?

See what caller() gives you:

https://stackoverflow.com/questions/2559792/how-can-i-get-the-name-of-the-current-subroutine-in-perl

Reply via email to