http://qs321.pair.com?node_id=798147


in reply to Re: DBI Module Question
in thread DBI Module Question

Is it just me or would the DBI connect syntax make a lot more sense if instead of concatenating a whole bunch of stuff together, it would just accept named arguments?
my $dbh = DBI->connect( driver => 'Pg', dbname => 'foo', host => 'foo', user => 'bar', password => 'something' );