swiftone has asked for the wisdom of the Perl Monks concerning the following question:
The script has a use KS; statement, and later calls a subroutine within that module.
However, the code for that module appears to be nearly unmodified starting module code from h2xs. (documentation stub, an AUTOLOAD routine, and exporting a few variables that aren't set)
The script works however, so the module must be working. I just can't find where it works it's magic.
Any ideas? (I have no experience with the perl debugger, so if that's my fallback a few pointers on which parts of the documentation to focus on to answer this would be appreciated.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Finding what is loading
by Moonie (Friar) on Sep 21, 2001 at 22:44 UTC | |
|
Re: Finding what is loading
by perrin (Chancellor) on Sep 21, 2001 at 22:36 UTC | |
by tye (Sage) on Sep 22, 2001 at 00:08 UTC | |
|
Re: Finding what is loading
by runrig (Abbot) on Sep 21, 2001 at 22:35 UTC |