> 
> Just tried it and there's something quite wrong, it says
> 
> [Mon Jul 17 17:28:02 2000] [error] Undefined subroutine
> &HTML::EmbperlObject::handler called.
>  
> Bareword "HTML::Embperl::optDisableVarCleanup" not allowed while "strict
> subs" in use at
> /usr/lib/perl5/site_perl/5.005/i386-linux/HTML/EmbperlObject.pm line
> 123.
...

> 
> .htaccess
> ------------------------------------------
> PerlSetEnv    EMBPERL_OPTIONS 8208
> PerlSetEnv    EMBPERL_ESCMODE 0
> PerlSetEnv    EMBPERL_DEBUG 1
> <FilesMatch ".*\.html$">
>       PerlSetEnv      EMBPERL_FILESMATCH "\.html$"
>       PerlSetEnv      EMBPERL_OBJECT_BASE base.html
>       SetHandler      perl-script
>       PerlHandler     HTML::EmbperlObject
>       Options         ExecCGI
> </FilesMatch>
> 

Does it change anything when you add a

PerlModule HTML::EmbperlObject

to your httpd.conf (not .htaccess)

Gerald



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

Reply via email to