http://qs321.pair.com?node_id=663830


in reply to How do I use @ISA and use strict at the same time?

use strict; package Wombat; use base 'Marsupial';
See Conway, Perl Best Practices, chapter 16: Class Hierarchies, Inheritance.