in reply to Re: Config::Inifiles section rename
in thread Config::Inifiles section rename

Due to caveats mentioned in docs, you have to
$cfg{"new section name"} = {}; %{ $cfg{"new section name"} } = %{ delete $cfg{$section} };