« Optional Perl Module Loading | Main | xpquery - apply XPath statements to XML or HTML data »

initidy - reformat .ini style preference files

Use initidy to reformat *.ini style files. Optionally uses the Text::Autoformat module to clean up any comments present in the file. For example, the untidy input data:

[example] key = value key=value else= other longerkey = sometext

Becomes:

$ initidy < example [example] else = other key = value key = value longerkey = sometext

Technorati Tags: