-
Maybe I missed something but I could not find a method to get all section values as hash. It could be implemented the following way. It's no magic but much more comfortable to use. Could you add this method please?
=head2 Values ( $section )
Returns all keys and values in a given section as hash.
=cut
sub Values {
my ($self, $section) = @_;
return unless defined $self and...
2009-10-15 11:50:10 UTC by voj
-
Multi-Line-Values are possible now but as far as I can see no parameter values outside of sections. We could define a default section (default named by the empty string?) that all values outside of sections get into.
2009-10-15 11:39:37 UTC by voj
-
use this regex ^\s*\[\s*(\S|\S.*\S)\s*\].*$ instead of ^\s*\[\s*(\S|\S.*\S)\s*\]\s*$ in ReadConfig for section evaluation.
2009-09-30 08:20:00 UTC by erils
-
shlomif committed revision 146 to the Config::IniFiles SVN repository, changing 1 files.
2009-07-25 19:06:52 UTC by shlomif
-
shlomif committed revision 145 to the Config::IniFiles SVN repository, changing 1 files.
2009-07-25 19:04:20 UTC by shlomif
-
shlomif committed revision 144 to the Config::IniFiles SVN repository, changing 12 files.
2009-07-23 22:08:39 UTC by shlomif
-
shlomif committed revision 143 to the Config::IniFiles SVN repository, changing 2 files.
2009-07-18 12:37:33 UTC by shlomif
-
shlomif committed revision 142 to the Config::IniFiles SVN repository, changing 1 files.
2009-06-30 11:40:09 UTC by shlomif
-
shlomif committed revision 141 to the Config::IniFiles SVN repository, changing 2 files.
2009-06-30 11:39:19 UTC by shlomif
-
shlomif committed revision 140 to the Config::IniFiles SVN repository, changing 1 files.
2009-06-30 11:29:03 UTC by shlomif