in reply to overloading core function and non-existing operator
Spelling, s/singed/signed/.
You're correct that the Perl5 parser cannot manage undefined operators. You only get to overload existing operators. Perl6 is supposed to remedy that.
In any language, operator overloading is something that needs to be done with taste and discretion.
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: overloading core function and non-existing operator
by QM (Parson) on Aug 08, 2005 at 19:21 UTC |