Help for this page
my $isa = $class . "::ISA"; # Sym ref "Foo::ISA" no strict "refs"; $isa = \ @$isa; # Real ref \ @Foo::ISA
$isa = *$isa{ARRAY};