in reply to how can a subroutine find out the name of it's caller?

Hi, did u seen the Carp::Trace module

Carp::Trace - provides simple traceback of call stacks.

Carp::Trace provides an easy way to see the route your script took to get to a certain place.
It uses simple caller calls to determine this.

Thanks

  • Comment on Re: how can a subroutine find out the name of it's caller?