Help for this page
sub foo { my $self = {}; bless $self, 'Bar'; ... } print "isa Bar.\n" if foo()->isa('Bar');