Hi,

the docs say Embperl2 sends all formfields, even when empty but it clearly doesn't work - did I misunderstood something? How can I turn this on?

- Robert

-------------------------------------------

<form>
<input name=f1><br>
<input name=f2><br>
<input type=submit>
</form>

<pre style='font-size: 8pt'>
[- use Data::Dumper; -]
[+ Dumper(\%fdat) +]
</pre>

-------------------------------------------

$VAR1 = { 'f1' => 'xxx' };

-------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to