> > Could you find anything in the embperl.log file about these requests ?
>
> not with SetEnv EMBPERL_DEBUG 271400 - but the apache error_log shows a
> 'file not found: /embperl/log' message
>
Add dbgObjectSearch = 0x200 to the DEBUG Flags (set them to
33825832), after that you should s
>
> But Embperl 1.3.x prints to output:
>
> Thus Embperl escapes the '&' delimiter as HTML escaping. This works in IE
> but i think that is not right.
>
There was a discussion some time ago (I think it was on the mod_perl list)
about that topic, where people convinced me that writing & instead o
Hello!
Embperl 1.2.1 prints the array reference in URL as item1=value1&item2=value2
For example:
The output will be:
It's right as i think
But Embperl 1.3.x prints to output:
Thus Embperl escapes the '&' delimiter as HTML escaping. This works in IE
but i think that is not right.
Your opinio