Config-IniHash - Re: Can anyone help with using option allow_multiple?

Posted on Thu May 15 18:54:32 2008 by jenda in response to 7887 (See the whole thread of 3)
Re: Can anyone help with using option allow_multiple?
use Config::IniHash; use Data::Dumper; $Config = ReadINI \*DATA, allow_multiple => 1; print Dumper(\$Config); __DATA__ [matrix] key=value1 key=value2 key=value3

Seems to work fine for me.
Jenda

Direct Responses: 7889 | Write a response