Help for this page

Select Code to Download


  1. or download this
    require isa; # this should go away once this is in the core
    package Foo;
    isa Bar;
    
  2. or download this
    package isa;
    use strict;
    ...
        } #UNIVERSAL::isa
    }
    1;
    
  3. or download this
    isa Bar;
    
  4. or download this
    Bar->isa;