ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
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: https://metacpan.org/release/CGI-Application-Plugin-DBH
|