Help for this page
use 5.010; use strict; ... my $isa = get_isa('Foo::Bar'); say "Foo::Bar isa $_" for @$isa;