Help for this page
require isa; # this should go away once this is in the core package Foo; isa Bar;
package isa; use strict; ... } #UNIVERSAL::isa } 1;
isa Bar;
Bar->isa;