Help for this page
use overload ( '+' => \&add ); # now $arg1 + $arg2 will be handled as $arg1->add($arg2) behind the sc +enes.