sub new { my ($class, %args) = @_; my $self = bless { hostname => $args{hostname}, path => $args{path} || DEFAULT_UNIX_SOCKET, port => $args{port} || DEFAULT_PORT_NUMBER, #...snip!