Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $obj->DoIt ();
    $obj->DoOther ();
    $obj->DoExtra ();
    
  2. or download this
    In the derived DoIt for an object of class Derived
    In the base DoIt for an object of class Derived
    In the base DoOther for an object of class Derived
    In the derived DoExtra for an object of class Derived