mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Syntax of the configuration file(s) to read is fully configurable including delimiters, maximum config size, ends of lines, and features include comments, associative arrays, types of variables with coercion WWW: http://search.cpan.org/dist/Parse-PlainConfig/ PR: ports/152787 Submitted by: Peter Vereshagin <peter@vereshagin.org>
6 lines
339 B
Text
6 lines
339 B
Text
This perl module allows you to use generic config files in Perl applications.
|
|
Syntax of the configuration file(s) to read is fully configurable including
|
|
delimiters, maximum config size, ends of lines, and features include comments,
|
|
associative arrays, types of variables with coercion
|
|
|
|
WWW: http://search.cpan.org/dist/Parse-PlainConfig/
|