Help for this page

Select Code to Download


  1. or download this
    sub new {
        # ... miscellany
    ...
        # ... remainder of constructor,
        # including init and setup calls
    }
    
  2. or download this
    sub new {
        # ... miscellany
    ...
    
        return $self;
    }