>$grand_total += total1;
>$grand_total += total2;
>$grand_total += total3;
>$grnad_total += total4;
>     ^^^
>
>$grnad_total is used only once and is most likely a tupo.

"use strict" should complain about that, even without warnings turned on.  Assuming
that you never declared $grnad_total, of course.
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to