Perrin Harkins <[EMAIL PROTECTED]> said something to this effect on 11/26/2001:
> > I'd like it to return that number rounded to the nearest
> > tenth or if it's considerably easier, just the int() but I
> > can't figure out how to (without doing the math beforehand in
> > perl).
>
> You just answered your own question: this is not a good thing
> to be doing in a template. Do the work ahead of time in perl
> and just use the template to display it.
Well, if it's in a template it's much easier to change, and it
all compiles down to Perl anyway. I'd say that number of digits to
show is a factor of how the data is displayed, and not an aspect
of the data itself, so I think it's appropriate to do in the template.
(darren)
--
It is impossible to experience one's death objectively and still
carry a tune.
-- Woody Allen