use base qw(Foo Bar); [...is...] Roughly similar in effect to BEGIN { require Foo; require Bar; push @ISA, qw(Foo Bar); }