Hi,
in the following example first two cases work as expected while the
third generates 'tst.html?2/16' and the fourth 'tst.html?3'. I believe
this is a bug. I think I reported this a while ago but I don't remember
what was the result. This is Apache/1.3.14 (Unix) (Red-Hat/Linux)
mod_perl/1.23 HTML::Embperl 1.3.1.
- Robert
[-
%fdat = ( par1 => 1, par2 => 2 );
-]
<body>
<a href="tst.html?[+ \%fdat +]">right</a>
<a href="tst.html?[+ { par3 => 3, %fdat } +]">right</a>
<a href="tst.html?[+ { %fdat } +]">wrong</a>
<a href="tst.html?[+ { %fdat, par3 => 3 } +]">wrong</a>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]