Help for this page

Select Code to Download


  1. or download this
    ColoTotals::init();
    <code>
    ...
    <code>
    use ColoTotals;
    init();
    
  2. or download this
    my $totals = ColoTotals->new();
    $totals->init();
    $totals->process();
    $totals->finish();