Hello Anonymous Monk,
I cant get the space separated value.
I need a way to get the j= abc def ghi jkl mno pqrs tuv wxyz
in a single line of code using a method of Config::IniFiles.
like my
@array=$cfg->arrayValBySpace('hello','j')
Note:
not as a single line like abc ... wxzy
but as separate values like $arr[1]= abc , $arr\[[$#arr]=wxyz.
| [reply] |
Well, Config::IniFiles doesn't do that, it only supports newlines seperation, so the only way to get it, is to subclass/extend Config::IniFiles or ...
| [reply] |
Please do go on Anonymous Monk.
I am listening.
| [reply] |
Okay How do I do that...??
Please share a sample or snippet code if possible.
Even a link would suffice..
| [reply] |