$some_object->some_method(); # where $some_object is an instance of Some::Module #### use Some::Module; ... $some_object->some_method();