my $config = { Config::General->new('my.conf')->getall() }; #### my %config = Config::General->new('my.conf')->getall(); my $config = \%config;