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.
Bareword "HTML::Embperl::optSendHttpHeader" not allowed while "strict
subs" in use at
/usr/lib/perl5/site_perl/5.005/i386-linux/HTML/EmbperlObject.pm line
124.
Bareword "HTML::Embperl::dbgObjectSearch" not allowed while "strict
subs" in use at
/usr/lib/perl5/site_perl/5.005/i386-linux/HTML/EmbperlObject.pm line
163.
[Mon Jul 17 17:28:11 2000] [error] BEGIN not safe after
errors--compilation aborted at
/usr/lib/perl5/site_perl/5.005/i386-linux/HTML/EmbperlObject.pm line
250.
Exactly the same files work with 1.3b3 - what's wrong? Make test is OK
for both betas.
- Robert
P.S. Here are the files:
.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>
base.html
------------------------------------------
<html>
<head>
<title>Example</title>
</head>
<body>
<h1>Example</h1>
[- Execute ('*') -]
</body>
</html>
index.html
------------------------------------------
<p>Toto je <b>index.html</b></p>
<br>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]