Help for this page

Select Code to Download


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