diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-14 05:49:08 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-14 05:49:08 +0000 |
commit | 055fd3a96a4b067d75446c3d47ffc318e9acc40d (patch) | |
tree | b6449a19782d8aa2703033c9338c80210f4189eb /pod/perlnumber.pod | |
parent | e3e876cf806e9a3bb353ac41418f1f80df999716 (diff) | |
download | perl-055fd3a96a4b067d75446c3d47ffc318e9acc40d.tar.gz |
patches for many bugs in the debugger; documentation updates for
perldelta; split perldebug.pod into perldeb{ug,guts}.pod (from
Tom Christiansen)
p4raw-id: //depot/perl@5723
Diffstat (limited to 'pod/perlnumber.pod')
-rw-r--r-- | pod/perlnumber.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlnumber.pod b/pod/perlnumber.pod index 16d642119a..d64fda4eda 100644 --- a/pod/perlnumber.pod +++ b/pod/perlnumber.pod @@ -22,7 +22,7 @@ Perl's operator overloading facility is completely ignored here. Operator overloading allows user-defined behaviors for numbers, such as operations over arbitrarily large integers, floating points numbers with arbitrary precision, operations over "exotic" numbers such as modular arithmetic or -p-adic arithmetic, and so on. See L<perlovl> for details. +p-adic arithmetic, and so on. See L<overload> for details. =head1 Storing numbers @@ -182,4 +182,4 @@ Editorial adjustments by Gurusamy Sarathy <gsar@ActiveState.com> =head1 SEE ALSO -L<perlovl> +L<overload> |