Re: Debugger question

2004-12-20 Thread Red King
Thanks Peter! That solved my problem. Regards, Amit On 20 Dec 2004 16:36:27 -, Peter Scott <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] (Red King) writes: > >There is a script that "uses" a couple of modules and one

Debugger question

2004-12-20 Thread Red King
Hi, There is a script that "uses" a couple of modules and one of those modules is setting an environmental variable. I need to determine which of the used modules is doing that. Could someone let me know how I should use the debugger to find this? That is, script.pl does something like: use Modu