Help for this page
#!/usr/bin/perl use strict; ... doing addActor on ralph with mary don't know how to doActor on bob
package Thing2; ... doing findActor on bob with quincy doing addActor on ralph with mary Can't locate object method "doActor" via package "Thing2" (perhaps you + forgot to load "Thing2"?) at ./qs.pl line 76.