Help for this page
sub new { my $this = shift; ... bless $self, $class; return $self;
sub new { my $this = shift; ... bless $self, $class; return $self; }