Help for this page

Select Code to Download


  1. or download this
    while (my $data = $sth->fetchrow_hashref) {
        my $total = $data->{subtotal} * $tax_rate;
        # do stuff
    }