http://www.perlmonks.org?node_id=15472


in reply to Is this call frowned upon? &method($objectref, $more_params)?

it is not the object oriented way. I am not a OO person. I prefer the way you have done it, especially if $objectref is a typeglob reference and $more_params is a list.