Config::INIPlus

Read and write INIPlus config files
Download

Config::INIPlus Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Anthony Kilna
  • Publisher web site:
  • http://search.cpan.org/~kilna/

Config::INIPlus Tags


Config::INIPlus Description

Read and write INIPlus config files Config::INIPlus is a Perl module to read and write INIPlus config files.SYNOPSISINIPlus is a configurtion file format based on INI which supports multi-line strings and nesting of arrays and hashes. This is useful if you start a project using INI files, but realize you need nested data in your configurations and want to do support new extended configurations without breaking backward compatibility.The INIPlus Config File ; Comment Key=Value ; End of line comment Key2="Multi Line Value" ; Post-multi-line comment Foo=This is a foo Hash { Bar=Hey it's a bar Baz="Is Baz at the bar?" } Array ( Value One "Value Two" "Value Three Is multi-line!" )The hashes and arrays can be nested any number of levels deep: Hash { ArrayOfSubhashes ( { Key1=Val1 Key2=Val2 } { HeyAnotherArray ( Value1 Value2 Value3 ) } ) } Requirements: · Perl


Config::INIPlus Related Software