base(3p) Perl Programmers Reference Guide base(3p)
base(3p) Perl Programmers Reference Guide base(3p) # base(3p) Perl Programmers Reference Guide base(3p) NNAAMMEE # base - Establish an ISA relationship with base classes at compile time SSYYNNOOPPSSIISS # package Baz; use base qw(Foo Bar); DDEESSCCRRIIPPTTIIOONN # Unless you are using the "fields" pragma, consider this module discouraged in favor of the lighter-weight "parent". Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. ...