Help for this page
my $SETS = Config::Auto::parse( '/path/file.conf' ); print Dumper( $SETS ); ... 'entryA' => { anonymous hash } 'entryB' => { anonymous hash } };
my @files = </path/to/files/*>; my $SETS = Config::Auto::parse( $_ ) foreach @files;