Help for this page

Select Code to Download


  1. or download this
    my $msg = MIME::Lite::TT::HTML -> new(
    
    ...
        TmplOptions => \%options,
        TmplParams => \%mail_params,
    );
    
  2. or download this
    [% FOREACH record IN item_hoh.values.nsort('index') %]
        <tr class="[% loop.parity %]">
    ...
            <td>[% record.qty %]</td>
        <tr>
    [% END %]