Gossamer Forum
Home : Products : DBMan : Installation :

Perl Help -- mulitple select fields used as a radio box idea

Quote Reply
Perl Help -- mulitple select fields used as a radio box idea
I was wondering how do you redefine a variable in perl?@@My idea should work .... which is: I have about 5 select boxes each using about 10 choices a piece but the problem is that how do you reassign the chosen value from any 1 select box to a different output variable.

select 1 / select 2 / select 3 / select 4 /select 5 (each with own mulitple choices)

Then take $rec{'select 1','select 2','select 3','select 4','select 5'}=$rec{'your choice'}..... There shouldn't be any problems with more than variable being reassigned since only I will be able to use this area. Assinging multiple variables into 'your choice' is not my target and don't want that ability either.
Gosh does any of this make sense? sorry I just woke up and still feel a little drowsy.

Thanks for everything.

------------------
Thanks for everything !