Under Embperl 2.0b8/b9 [$hidden$] seems to be having problems a) showing all
arguments and b) HTML escaping them..
The following demonstrates a):
SOURCE CODE:
[-
$fdat{test} = "foo\">";
$fdat{bar} = 2;
-]
<html>
<body>
<form>
[$ hidden $]
</form></body></html>
RESULT:
HTML::Embperl 1.34
-------------------
jbb@debian:~$ /usr/local/src/HTML-Embperl-1.3.4/embpexec.pl hiddenbug2.epl
<html>
<body>
<form >
<input type="hidden" name="bar" value="2">
<input type="hidden" name="test" value="foo">">
</form></body></html>
Embperl 2.0b9
--------------
jbb@debian:~$ embpexec.pl hiddenbug2.epl
<html>
<body>
<form>
</form></body></html>
Note the missing form parameters...
--
Jordan Baker
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]