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()?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Question on CGI::Application::Plugin::DBH and named handels
by Anonymous Monk on Aug 18, 2009 at 16:01 UTC |
In Section
Seekers of Perl Wisdom