in reply to Question on CGI::Application::Plugin::DBH and named handles
must call dbh_config() before calling dbh().
Means you must call dbh_config() before calling dbh(). There is no way other than to call dbh_config(), so why don't you call dbh_config()?
In Section
Seekers of Perl Wisdom