$foo->mysub %2 #### method $obj %2 #### perl -MO=Deparse,-p -e 'method $o 2; method $o %2' $o->method(2); ($o->method % 2); -e syntax OK