in reply to Re: How do I use @ISA and use strict at the same time?in thread How do I use @ISA and use strict at the same time?
package Question; use strict; use vars qw( @ISA ); @ISA = ( "Another" );