
December 16th, 1999, 05:23 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
I have a Best way in which u will get acrute result:
I have used some thing like this
Connect to any backend database for Eg ORACLE, use this Statement
"Select round($varname) from dual"
and then fetch the row.
you will get Proper result.
The other way is to use MATH Module
Available with perl check in lib directory.
I think this will help u
------------------
Ajay Lulia.
|