| DBD-mysql documentation | Contained in the DBD-mysql distribution. |
Bundle::DBD::mysql - A bundle to install Perl drivers for MySQL
perl -MCPAN -e 'install Bundle::DBD::mysql'
DBI
DBD::mysql
This bundle includes all that is needed to connect with a MySQL server using DBI.
| DBD-mysql documentation | Contained in the DBD-mysql distribution. |
# -*- perl -*- package Bundle::DBD::mysql; $VERSION = '4.004'; 1; __END__