its all MP scripts, .pm modules with a set of functions each im trying to import from the main program which is a mod_perl script running backend in apache
the first run after restart loads the extra modules together with the initial enviroment.
but the 2nd run doesnt want to find them without reloading them, the initial enviroment is stable though
| [reply] |
| [reply] [d/l] [select] |
Tx for the answer.
1) the module is there, it loaded and ran my test on the first page hit, the second page hit the enviroment forgot he had taken it in unless i go though the use statment again
2) just one proc. i see if the main env is reproduced and so is not the case here
3) i run the 'use' statment in the namespace i call, just use one namespace. since it imports early in the application, and oo objects are started in that namespace later in the first run, successfully, it seems strange why it would drop in the next run
| [reply] |