Hi all,
My problem is, I need to set 0 in some input tag instead of
empty string as Embperl does it.
I found option $optAllFormData and tried to set it in the
http config file:
PerlModule Embperl
AddType text/html .epl
<Files *.epl>
EMBPERL_OPTIONS 1892
SetHandler perl-script
PerlHandler Embperl
Options ExecCGI
</files>
But when I try to see it value in the script I see 0:
optAllFormData is [+ $optAllFormData +]!
__DATA__
optAllFormData is 0!
My questions are:
1) How can I set EMBPERL_OPTIONS (in http.conf or .htaccess )?
2) How can I set more than one option using EMBPERL_OPTIONS?
Thanks in advanced.
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]