in reply to Re^2: DBD message diagnostic?
in thread DBD message diagnostic?
sub new { my ($class, %args) = @_; my $self = bless { hostname => $args{hostname}, path => $args{path} || DEFAULT_UNIX_SOCKE +T, port => $args{port} || DEFAULT_PORT_NUMBE +R, #...snip!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: DBD message diagnostic?
by BrowserUk (Patriarch) on Apr 15, 2009 at 13:54 UTC |