Help for this page

Select Code to Download


  1. or download this
    #---------------------------------------
    package Parent;
    ...
      my $self = shift;
      print "Child._initiliase(@_)\n";
    }