On Mon, Aug 13, 2001 at 12:27:45PM -0700, Jeff Friesen wrote:
> Does any one know of something similar to "set echo verbose" (a unix
> shell-scripting command) in perl?  I know there are many other
> debugging techniques out there, and I think I have tried them all, but
> sometimes it would be really convenient for debugging.  Another
> application is sending the output into a file for later reviewing (in
> case something went wrong with a script run on cron). 
> I have found no documentation for it, and I searched CPAN to no avail.

Presumably you've already looked at perldebug.  Did you notice the
AutoTrace option you can add to PERLDB_OPTS?  I think this is probably
what you are after.


-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to