Help for this page

Select Code to Download


  1. or download this
    sub something {
      if (eval { $_[0]->isa(__PACKAGE__) }) {
    ...
        # function call
      }
    }