Help for this page

Select Code to Download


  1. or download this
    
    for my $customer (keys %$bi)
    ...
            }
        }
    }
    
  2. or download this
        <TMPL_LOOP NAME=CUSTOMER_DOMAIN>
                <tr>
                    <td><TMPL_VAR NAME=CUSTOMER></td>
    ...
                    </td>
                </tr>
            </TMPL_LOOP>