There is a Perl code line below where I get the error as map used in void context:
map used in void context
map { $total_ids += scalar @{$ids->{$_}} } @brands;