in reply to Module not loading completely?
This logic module (called CORE)Won't that risk clashing with CORE: "CORE - Namespace for Perl's core routines"?
And this showed me something very interesting: some of the subroutines were being redefined! 9 of them, in fact, were already loaded and defined; the program is now working properly.Can you post the error messages?
The specific error is Undefined subroutine &Module::subroutine called at /home/path/module.pm line 128, <FILE> line 30.Can you post a few lines of code around the line that generated that error?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Module not loading completely?
by ric00015 (Beadle) on Oct 29, 2013 at 19:27 UTC | |
by rminner (Chaplain) on Oct 30, 2013 at 12:15 UTC | |
by ric00015 (Beadle) on Oct 30, 2013 at 15:35 UTC |