Help for this page
sub new { my ($class, $foo) = @_; bless { foo => $foo } , $class; }
sub new { my ($class, @args) = @_; ... # then return: $self; }