in reply to Config::Inifiles section rename
$cfg{"new section name"} = delete $cfg{$section}; [download]
$cfg{"new section name"} = {}; %{ $cfg{"new section name"} } = %{ delete $cfg{$section} }; [download]