in reply to Re: Monitor file require/use
in thread Monitor file require/use
This script uses the debugger interface. If you want to monitor a variable, you can tie it (see perltie and Tie::Scalar or Tie::Array or Tie::Hash). I'm not sure what problem you're trying to solve.
If you just want to watch a particular CGI, just use a remote debugger like Devel::ptkdb or ActiveState's debugger.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Monitor file require/use
by khippy (Scribe) on Jul 30, 2001 at 14:02 UTC | |
by bikeNomad (Priest) on Jul 30, 2001 at 19:34 UTC |