Node:Numbers, Next:, Previous:Strings, Up:Working with Scalars



Numbers

Perl has the ability to handle both floating point and integer numbers in reasonable ranges1.


Footnotes

  1. 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.