in reply to Syntax for passing objects to subroutine
An object is a reference so just pass the object. In the sub it is still a reference to the object so simply use it - not need to bless it or anything else.