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 ModuleA; use ModuleB; use ModuleC; use ModuleD; I need to determine whether it is ModuleA or ModuleB or ModuleC or ModuleD which is setting an environmental variable FOO? I looked at "man perldebug" but couldn't deduce anything useful. Thanks in advance, Amit -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>