$thing->do_something #### if (definde $thing and ref($thing) and $thing->can('do_something')) { $thing->do_something } #### $thing->get_object->get_another_object->do_something
## if (definde $thing and ref($thing) and $thing->can('do_something')) { $thing->do_something } ##
## $thing->get_object->get_another_object->do_something