>
> <tr><td>[+ $head->[$col] +]:<input type="textbox" name="[+ $head->[$col]
> +]" value="[+ $result -> [$row][$col] +]"></td></tr>
>
Does it change anything if you change your code to the following (intention
is just for better readablility)?
<tr>
<td>
[- $h = $head->[$col] ; $r = $result -> [$row][$col] -]
[+ $h +]:<input type="textbox" name="[+ $h +]" value="[+ $r +]">
</td>
</tr>
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]