blob: 208456d239e27a473e7631cec0248c0144608d4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
=head1 NAME
perlovl - overload perl mathematical functions [superseded]
=head1 DESCRIPTION
This man page has been superseded by L<overload>.
=head1 WARNING
The old interface involving %OVERLOAD is deprecated and will go away
RSN. Convert your scripts to
use overload ...;
style.
|