Help for this page

Select Code to Download


  1. or download this
    $thing->do_something
    
  2. or download this
    if (definde $thing and ref($thing) and $thing->can('do_something')) {
       $thing->do_something
    }
    
  3. or download this
    $thing->get_object->get_another_object->do_something