On Thursday, February 20, 2003, at 10:51 PM, Stas Bekman wrote:

Why not? Use a separate module to drive the others?

package My::PostConfig;

BEGIN {
  # whatever needs to be done for other modules
}
1;

startup.pl:
-----------
use My::PostConfig

Excellent point, and a quick experiment on my end shows that this does do what I need. I have two different modules to be loaded for this project, so I just make sure that one loads after the other does, and it all works.


Thanks for the nudge, Stas, it was just what I needed.

Regards,

David

--
David Wheeler                                     AIM: dwTheory
[EMAIL PROTECTED]                              ICQ: 15726394
                                               Yahoo!: dew7e
                                               Jabber: [EMAIL PROTECTED]
Kineticode. Setting knowledge in motion.[sm]



Reply via email to