Help for this page

Select Code to Download


  1. or download this
    my $instanceC = CLASS_C->new(); $instanceC->method_from_class_A();
    
  2. or download this
    Can't locate object method "method_from_class_A" via package "CLASS_C"
    + at test.pl line 5.