N
Nikhil
Hi All,
I have a doubt with Config::Inifiles module,
Basically what I want my ini file to like this..
[Services]
server1 = "service1","service2","service3"
and then should be able to load this server1 onto an array such that
array should consists of @array = ("service1","service2","service3");
then I should be able to individually process the array elements..
if it is possible, can someone please tell me how..
Regards,
Nikhil
I have a doubt with Config::Inifiles module,
Basically what I want my ini file to like this..
[Services]
server1 = "service1","service2","service3"
and then should be able to load this server1 onto an array such that
array should consists of @array = ("service1","service2","service3");
then I should be able to individually process the array elements..
if it is possible, can someone please tell me how..
Regards,
Nikhil