sub cfg_cache { state $cfg_ref = \$cfg; say 'CACHED: ', $$cfg_ref; return $$cfg_ref; }