in reply to using Data::Dumper to monitor methods?

Rearticulating my question, is there a way to look at the values of temporal variables within a function without modifying the code? Thanks.
  • Comment on Re: using Data::Dumper to monitor methods?

Replies are listed 'Best First'.
Re^2: using Data::Dumper to monitor methods?
by Tanktalus (Canon) on Mar 01, 2005 at 01:01 UTC

    You're probably wanting to look at the perl debugger, DB. How precisely to do that I leave to the more experienced/adventurous, but I'm quite sure that the perl debugger can do this somehow.