Help for this page
for my $customer (keys %$bi) { for my $domain (keys %{$bi->{$customer}}) { ... } } $template->param(CUSTOMER_DOMAIN => \@customer_domain_loop);