2b1dacc826
- Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
6 lines
374 B
Text
6 lines
374 B
Text
CGI::Application::Plugin::DBH adds easy access to a DBI database handle to your
|
|
CGI::Application modules. Lazy loading is used to prevent a database connection
|
|
from being made if the dbh method is not called during the request. In other
|
|
words, the database connection is not created until it is actually needed.
|
|
|
|
WWW: http://search.cpan.org/dist/CGI-Application-Plugin-DBH/
|