Installing Active Perl and Configuration

From PsychoWiki

Jump to: navigation, search

This is a guide on how to install Active Perl and configure it so it can work with MySQL databases.

Contents

[edit] Installing Active Perl

[edit] Preparation

Download the Active Perl image from here. I suggest the MSI installer for Windows. Only use the 64 bit installation if your processor is 64 Bit(AMD 64).

[edit] Install

To install Active Perl all you have to do is run the MSI installer you downloaded in the step above.

[edit] Configuring

To configure Perl to connect to MySQL databases you need DBI and DBD-mysql installed. To install them, open the command prompt(start->run->cmd) and run these commands in order.

ppm-shell
install DBI
install DBD-mysql