in reply to Re^2: Using Config::IniFiles Module Obtain Comma Separated Values into An Array
in thread Using Config::IniFiles Module Obtain Comma Separated Values into An Array

That is not a solution to the problem as you previously stated it:

But there is some other Way to populate an array by using space,comma(s),dot(s) by default.

like ...

j=abc def ghi jkl mno pqrs tuv wxyz<br> j=abc,def,ghi,jkl,mno,pqrs,tuv,wxyz<br> j=abc.def.ghi.jkl.mno.pqrs.tuv.wxyz<br>

I need this way of Obtaining he values in an array.

And here:

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.

Changing the requirements (by changing the input) is unfair to those trying to help.

  • Comment on Re^3: Using Config::IniFiles Module Obtain Comma Separated Values into An Array
  • Download Code

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.