my new { my ($class, ...) = @_; my $self = $class->SUPER::new(...); $self->{...} = ...; $self->{...} = ...; return $self; }