in reply to CGI:APP::Plugin::DBH + Multiple DBs

I think this line:

my $dbh = $self->dbh->('db1');

Should look like this:

my $dbh = $self->dbh('db1');