Help for this page

Select Code to Download


  1. 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;
         }
    
  2. or download this
            'Book Shop' => {
                             '10' => {
    ...
                                            'terminal_name' => 'Credit Til
    +l'
                                          }
                                 }
    
  3. or download this
    [% FOREACH vendor IN vendor_sales %] 
                   [% vendor.key %] : [% vendor.terminals.terminal_name %]
    [% END %]