I'm trying to use Execute() outside of Apache/mod_perl.  This works
great until I try to use one of our internal modules that does a 'use
Apache;'.  This doesn't cause problems with the other module because
it only uses anything from Apache if asked - and I'm not asking.  

But Embperl immediately assumes it should call Apache->request() if
Apache is loaded.  Is there any way around this?  I'd rather not
refactor the other module, but if there's no way to keep Embperl
behaved I won't have any choice.


Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to