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

Have you considered using split to split up the values?

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

Replies are listed 'Best First'.
Re^4: Using Config::IniFiles Module Obtain Comma Separated Values into An Array
by perlPsycho (Initiate) on May 27, 2016 at 07:33 UTC
    Hello Corion,

    Thanks for the reply :D .

    No I cant,I cannot do that.
    Splitting it by values would get me the result.
    But that's the constraint,
    I cant use Split by values or Regex or Any third Party Methods other than Config::IniFiles.

    This is where it gets Complicated. D: D: D:

      Your requirements make no sense.

      A reply falls below the community's threshold of quality. You may see it by logging in.