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