my $config_file = new Config::General( -ConfigFile => "./config.txt" ); my %config = $config_file->getall(); my $config->{db}=load_db(\%config);