in reply to subroutine tracking

Take a look at the caller function.

About a graphical debugger, I use ptkdb; it's a visual debugger written in Perl/Tk by Andrew Page. I can't remeber if the PDF documentation is part of the package, but it exists if you need it, and it's very good. You can install it with <code>perl -MCPAN -e 'install Devel::ptkdb'.

Ciao!
--bronto

Replies are listed 'Best First'.
Re: Re: subroutine tracking
by flounder99 (Friar) on Jun 25, 2002 at 12:44 UTC
    If you are on Windows ptkdb is also available for ActivePerl. Just do a ppm install Devel-ptkdb
    Then you can run it with perl -d:ptkdb myscript.pl

    --

    flounder