Help for this page

Select Code to Download


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