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

thoglette has asked for the wisdom of the Perl Monks concerning the following question: (object-oriented programming)

By default (5.004_02) adding
use strict;
causes the usual inheritance line of
@ISA = ("InheritedClass");
to fail for not being fully declared.
Trying local and my don't work - when running Perl complains Can't locate object method "new" via package

Originally posted as a Categorized Question.