On Tue, Nov 30, 2004 at 08:53:51PM +0000, Tim Bunce wrote: > > I don't get it. Can someone give me some small but real examples > of the problem that's being solved here?
To give the database name with DBD::Pg, you use: dbname=$dbname With mysql, it's different database=$database With this ConnectFoo module, it could be the same: dbname => $dbname, Mark