in reply to Re^2: How to install Mysql drivers for Perl?
in thread How to install Mysql drivers for Perl?
You can simply download xampp which include perl package in it. From the perl package, it has mysql module already installed for you. xampp will also install mysql server, so you will be good to go with communicating mysql database with perl.