I need to install DBI and DBD for my perl installation so that I can access a mysql database. What is the easiest way to do that?
Assuming that your machine has its network configuration set up properly, meaning that it can ftp to the outside network and fetch files from external sites, you should use CPAN. CPAN stands for “Comprehensive Perl Archive Network” and holds virtually every thinkable Perl module out there. The CPAN provides an interface to query and install modules. For example you may query using a partial string. The syntax to install DBD::mysql using CPAN is shown below. You can also use CPAN interactively.