in reply to Side effects of use-ing base (vs our @ISA)
use base ... does more than simply add stuff to @ISA; it also uses the modules. If you add use Exporter; to your version that modifies @ISA, it should work as you expected.
yours,
Michael
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Side effects of use-ing base (vs our @ISA)
by ViceRaid (Chaplain) on Sep 10, 2003 at 11:36 UTC | |
by bobn (Chaplain) on Sep 10, 2003 at 13:19 UTC |