Provides a shortcut for setting up @ISA. You can say:
@ISA
use base qw(A B);
BEGIN { require Foo; require Bar; push @ISA, qw(Foo Bar); }
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]