Help for this page

Select Code to Download


  1. or download this
    my $self=ParantClass->new();
    
  2. or download this
    # in the parent class:
    sub new {
    ...
      # ....
      return $self;
    }