HaloO, Larry Wall wrote:
The default / operator is not going to do integer division. [..] And % should stick to standard floor semantics, I expect.
Since the latin1 charset contains the division character รท we could use that to mean floor based integer division and % the floor based modulus. Then we could make the div and mod pair mean the Euclidean definition. Everything else could be loadable from a module. Deal? Regards, TSa. --