Help for this page

Select Code to Download


  1. or download this
    $is_my_class = defined($object) && $object->isa('My::Class');
    
  2. or download this
    $is_my_class = defined($object) && $UNNIVERSAL::isa($object, 'My::Clas
    +s');
    
  3. or download this
    $is_my_class = eval { $fd->isa('My::Class') };