On Sat, Sep 1, 2012 at 4:33 PM, Aaron Priven <aaron@priven.com> wrote: > is it possible to add a binary infix operator in a Perl 5 module? I don't think so (though never say never, who knows what edge-case someone may be able to find). You could use the keywords mechanism to some degree for named operators, but I suspect you can't get the precedence right for most purposes (at least on the left side). I think it could be very useful to have this ability, but AFAIK that'd be non-trivial to implement. LeonThread Previous | Thread Next