hartzell has asked for the wisdom of the Perl Monks concerning the following question:
@ISA = qw(Dog::Poodle);or must (should, ought) I do:
use Dog::Poodle; @ISA = qw(Dog::Poodle);Thanks, g.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Does inheritance via @ISA automagically handle "use"-ing the package?
by Happy-the-monk (Canon) on Aug 22, 2004 at 21:41 UTC | |
|
Re: Does inheritance via @ISA automagically handle "use"-ing the package?
by cLive ;-) (Prior) on Aug 22, 2004 at 21:39 UTC | |
|
Re: Does inheritance via @ISA automagically handle "use"-ing the package?
by bart (Canon) on Aug 23, 2004 at 08:35 UTC |