my $SETS = Config::Auto::parse( '/path/file.conf' ); print Dumper( $SETS ); $VAR = { 'entryA' => { anonymous hash } 'entryB' => { anonymous hash } }; #### my @files = ; my $SETS = Config::Auto::parse( $_ ) foreach @files;