> 
> The splitted erros disapear in both cases, only Embperl logs 
> "warn" to vhost-error_log.
> 
> Maybe something in Embperl redefined "warn" from CORE::warn 
> to another one which Embperl::Object does not?
> 

In Embperl/Object line 142 (top of Execute function) try to add

Local $SIG{__WARN__} = \&Embperl::Warn ;


Does it behave like you expect now?

Gerald


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

Reply via email to