sub new { my $self = shift; my %args = @_; bless { ... }, $self; }