our %config; BEGIN { %config = ( 'a' => 'test' ); $config{'key'} = [1,2,3]; }