Help for this page

Select Code to Download


  1. or download this
        my $obj = Foo::Bar->new;
    
  2. or download this
        if ( $obj->isa( 'Foo' ) ) {...}