NAME App::INIUtils - INI utilities VERSION This document describes version 0.034 of App::INIUtils (from Perl distribution App-INIUtils), released on 2019-12-15. SYNOPSIS This distribution provides the following command-line utilities: * delete-ini-key * delete-ini-section * dump-ini * get-ini-key * get-ini-section * grep-ini * insert-ini-key * insert-ini-section * list-ini-sections * map-ini * parse-ini * sort-ini-sections The main feature of these utilities is tab completion. FUNCTIONS sort_ini_sections Usage: sort_ini_sections(%args) -> any This function is not exported. Arguments ('*' denotes required arguments): * allow_duplicate_key => *bool* (default: 1) * default_section => *str* (default: "GLOBAL") * ini* => *str* INI file. * sort_args => *hash* Arguments to pass to the Sort::Sub::* routine. * sort_sub => *sortsub::spec* Name of a Sort::Sub::* module (without the prefix). Return value: (any) HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. SEE ALSO App::IODUtils AUTHOR perlancar COPYRIGHT AND LICENSE This software is copyright (c) 2019, 2015 by perlancar@cpan.org. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.