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