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