Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    $obj->child_sub();
    $obj->parent_sub();
    
  2. or download this
    In child_sub. Test value is 3
    In parent. Test value is 3