> <form>
> [- $fdat{'x'} = 'I was processed by embperl'; -]
> <input type=text name=x value="[+ $fdat{'x'} +]">
> </form>
>

This is equal to

<form>
[- $fdat{'x'} = 'I was processed by embperl'; -]
<input type=text name=x>
</form>

Embperl automaticly inserts the value attribute is it finds a value in %fdat

Gerald




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

Reply via email to