Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use module 'load';
so it goes and calls import function in load.pm while loading module. But when I execute my script with -d option to debug. Its not going to import function and all. I would want to debug that part of my code. what is option to make the debugger to start from there. Could any one help me on this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Debug import function code
by ikegami (Patriarch) on Sep 02, 2011 at 10:34 UTC | |
by Anonymous Monk on Sep 02, 2011 at 10:44 UTC | |
by hardburn (Abbot) on Sep 02, 2011 at 12:42 UTC | |
|
Re: Debug import function code
by pemungkah (Priest) on Sep 02, 2011 at 20:05 UTC |