To install the MySQL DBD module with ActiveState Perl on
Win32, you should do the following:@:
set HTTP_proxy=my.proxy.com:@:3128
C:perlbinppm.pl
DBI:@: install DBI
DBD:@:mysql:
http:@://www.mysql.com/Contrib/ppd/DBD-mysql.ppd
If you can't get the above to work, you should instead install the MyODBC driver and connect to MySQL server through ODBC.
use DBI;
$dbh= DBI->connect("DBI:@:ODBC:$dsn","$user","$password") ||
die "Got error $DBI:@:errstr when connecting to $dsnn";