- or download this
while (@fetch = $sth1->fetchrow)
{
...
$vendor_sales{$vendor}{terminals}{$terminal_id}{refunds} = $re
+funds;
$vendor_sales{$vendor}{terminals}{$terminal_id}{count} = $coun
+t;
}
- or download this
'Book Shop' => {
'10' => {
...
'terminal_name' => 'Credit Til
+l'
}
}
- or download this
[% FOREACH vendor IN vendor_sales %]
[% vendor.key %] : [% vendor.terminals.terminal_name %]
[% END %]