Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
MyDebugger::log_function_name does all the necessary operations on caller(1) to get me the info I need.sub x{ my ($self)= @_; DEBUG_FUNCTION_NAME && MyDebugger::log_function_name( $self ); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Logging functions as they are called
by dave0 (Friar) on Sep 21, 2006 at 18:52 UTC | |
|
Re: Logging functions as they are called
by dtr (Scribe) on Sep 21, 2006 at 18:52 UTC | |
|
Re: Logging functions as they are called
by traveler (Parson) on Sep 21, 2006 at 21:28 UTC | |
|
Re: Logging functions as they are called
by eff_i_g (Curate) on Sep 21, 2006 at 21:29 UTC |