
perllearner31
New User
Jun 12, 2010, 6:35 AM
Post #1 of 1
(2687 views)
|
How get data from array reading from cfg file
|
Can't Post
|
|
Hi guys I am very new in perl and I am trying to get data as array from a cfg file and populate that to a select box , until now I can not find info about, I am using cgi::application so this will be a running mode example: running mode 1 I know how to setup the cfg file to be use by cgi::application but i dont undertsand clearly how the data can get for example I have this array @values(1,2,3,4,5) inside of cfg file how can get those values in a select box using in a running mode , Can i use HTML::FillInForm ? Please if u can give an idea I will work this out by myself cheers and thanks in advance
|