in reply to Using Config::IniFiles Module Obtain Comma Separated Values into An Array
it seems i cannot install Config::IniFiles on my Strawberry Perl, but reading the docs
# If you want a multi-line/value field returned as an array, just sp +ecify an array as the receiver: @values = $cfg->val('Section', 'Parameter');
it seems to me you are doing correctly: it is not your @arr array populated? I'm missing your question?
L*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using Config::IniFiles Module Obtain Comma Separated Values into An Array
by perlPsycho (Initiate) on May 27, 2016 at 07:23 UTC | |
by soonix (Chancellor) on May 27, 2016 at 08:07 UTC | |
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 | |
|