Help for this page
sub new { ... return ($self); }
sub new { ... bless($self, $class); return $self; }