in reply to Re: Re: debugging /logging help
in thread debugging /logging help

Here's a good place to look for real: caller. :)

Not only can caller tell you where your sub was called from, it can tell you where the sub that called your sub was called from, and so on all the way back to the main code.

Replies are listed 'Best First'.
Re: Re: Re: Re: debugging /logging help
by gharris (Beadle) on Dec 07, 2000 at 22:03 UTC
    Well, now I know why I couldn't find it! That's just too easy =)
    Thanks for the tip. That will be a real simple addition.

    --Glenn