Hi Neil, > > > In the interests of completeness, here's the startup.pl script: > > I will take a deeper look at it over the weekend and > hopefully can tell you want's wrong about the preloading afterwards >
This should work out of the box under mod_perl 2, for mod_perl 1 please add a Embperl::Init () ; before the first call to Execute in your startup script. The init call is done by Embperl automaticly, but under mod_perl 1 it's done a little later, so you have to do it manually, in case you want to execute something during startup. Let me know if this works for you Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]