in reply to
Perl, please do my math homework
You should learn Common Lisp. It has this neat function/macro called TRACE that will automatically show the input of every call to whatever function you're tracing. Everytime I've debugged recursive functions I've used it.
Comment on
Re: Perl, please do my math homework
Replies are listed 'Best First'.
Re^2: Perl, please do my math homework
by
Anonymous Monk
on Nov 15, 2009 at 07:38 UTC
Devel::Trace
,
Devel::TraceCalls
...
[reply]
In Section
Cool Uses for Perl