Help for this page

Select Code to Download


  1. or download this
    my $result = apply_tax(type         => 'fuel',
                           state        => 'CA',
                           period_start => '01/02/2004',
                           period_end   => '12/02/2004');
    
  2. or download this
    my $result = apply_tax('fuel',
                           'CA',
                           '01/02/2004',
                           '12/02/2004');