in reply to Redundant function calls in constructor?
Assign an array slice to a hash slice:
@{$commonConfig_tmp}{'DAY', 'MONTH', 'YEAR'} = @{configContainer->get +LocalTime}[3 .. 5]; [download]