Re: Problem with scallar assignment

2001-03-06 Thread Ron Grabowski
> What I want to do is to assign $listed_object = $form{'option'}, thus > having 'domain' as value for $listed_object. So far no problem, of > course. > But later down I have a scallar $domain (along with several others) to > which is assigned my Access field and a bit further yet, I want the > va

Problem with scallar assignment

2001-03-06 Thread Vinicius Alves
Hi all...   Let me see if I can explain my problem.   I´m testing Win32::ODBC and I´m trying to make the same script work for several options, guided only by hidden fields in my html form.   What I want to do is to assign $listed_object = $form{'option'}, thus having 'domain' as