Node:Numbers,
Next:Scalar Variables,
Previous:Strings,
Up:Working with Scalars
Numbers
Perl has the ability to handle both floating point and integer numbers
in reasonable ranges1.
Footnotes
-
There are also standard packages available
to handle very large and very small numbers, and packages to force use of
integers only for all calculations.
|