in reply to Re: Using Config::IniFiles Module Obtain Comma Separated Values into An Array
in thread Using Config::IniFiles Module Obtain Comma Separated Values into An Array
This works perfectly fine.i=abc i=def .... i=wxyz.
I need this way of Obtaining he values in an array.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>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using Config::IniFiles Module Obtain Comma Separated Values into An Array
by soonix (Chancellor) on May 27, 2016 at 08:07 UTC | |
|
Re^3: Using Config::IniFiles Module Obtain Comma Separated Values into An Array
by Corion (Patriarch) on May 27, 2016 at 07:28 UTC | |
by perlPsycho (Initiate) on May 27, 2016 at 07:33 UTC | |
by Corion (Patriarch) on May 27, 2016 at 07:50 UTC | |
|