Help for this page

Select Code to Download


  1. or download this
    $ticks = time();
    ....
    $ticks = time() - $ticks;
    print "$count Records updated in $ticks seconds\n";
    
  2. or download this
    my(%map) = qq(  'AMNT_PAID',            '0.0',
                    'AMOUNT',               '{PurchAmt}',
                    'DELIVERY_NOTE',        '"{Delivery}"',
                    'EXPORTED',             'IF({Exported}, "Y", "N")',
                    'FUNDS',                'IF("{CompanyID}"="BCU", "USD"
    +, "CAD")');
    
  3. or download this
    # Create a set list from the data and the data map
    
    ...
       chop($result);       # remove trailing ,
       return($result);
    }