Has anyone ever come accross this wied problem before

I have a script which pulls records from a DB then loops into a form and
shows each record, with the id no being concatenated to the field name
to give a unique record id.

However if I have this
"Banked",textfield(-name=>'bk_amt'.$bank_inv,-value=>$bk_amt1);

the params are zeroed

but if I have this

"Banked",textfield(-name=>' bk_amt'.$bank_inv,-value=>$bk_amt1);
 
(ie; a space)
everything is fine

Anyone have any idea what is going on here?

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to