Help for this page
sub new { # ... miscellany ... # ... remainder of constructor, # including init and setup calls }
sub new { # ... miscellany ... return $self; }