our @ISA = qw(Animal); #### BEGIN { our @ISA = qw(Animal); } #### use base 'Animal';
## BEGIN { our @ISA = qw(Animal); } ##
## use base 'Animal';