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