for my $var ( qw( Driver Prefix Trace Debug Confess Caller Priorities Tags DATUM ) ) { no strict 'refs'; *{$var}= \${"Log::Agent::$var"}; } *prio_cache= \%Log::Agent::prio_cache;