Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $obj = Derived->new();
    
    $obj->method();
    
  2. or download this
    In Derived::method()
    In Base::method(). I'm a Derived instance