Help for this page

Select Code to Download


  1. or download this
    sub isa {
      my ($self, $class) = @_;
      return $self->{delegate}->isa($class);
    }
    
  2. or download this
    if ( UNIVERSAL::isa( $obj, 'Astro::Data::Mythological' ) ) {
      # whatever
    }