in reply to Re: calling overloaded comparison operators as method calls?
in thread calling overloaded comparison operators as method calls?

What I want is the overload::Method function. That way I don't have to write separate conditionals for each operation.

Thanks!

Replies are listed 'Best First'.
Re^3: calling overloaded comparison operators as method calls?
by morgon (Priest) on Jul 06, 2009 at 09:56 UTC
    btw: All of that is covered in the manpage (perldoc overload) - rtfm :-)