sub new { my ($class, %args) = @_; my $hash_href = { %args }; return bless $hash_href, $class; }