Help for this page

Select Code to Download


  1. or download this
    if ( UNIVERSAL::isa( $obj, 'Class::I::am::checking::for' )){
      $obj->invoke_method();
    }
    
  2. or download this
    my $ref = ref($obj);
    if ( $ref && ($ref !~ /^(SCALAR|HASH|ARRAY)$/) ) {
      $obj->invoke_method();
    }