|
|
| P is for Practical | |
| PerlMonks |
How do I use @ISA and use strict at the same time? |
| ( #85738=categorized question: print w/ replies, xml ) | Need Help?? |
|
Contributed by thoglette
on Jun 05, 2001 at 12:45 UTC
Q&A > object-oriented programming
Description:By default (5.004_02) addinguse 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
Please (register and) log in if you wish to add an answer
|
|