3.2.1. Install Perl and required support modules
- Download and install Strawberry Perl or ActiveState Perl. During
installation, accept all the defaults. Allow setup to reboot your
computer.
- Connect your computer to the Internet so you can download the
required Perl modules from ActiveState using PPM in the next step.
- Run ppm (the Perl package manager) from the command prompt. You will
get a command line screen running ppm with a PPM> prompt or a
graphical user interface.
- Make sure you have DBI and DBD-ODBC packages installed.
- On command line you can type “install DBD-ODBC” or “install DBI”.
This will download and install DBD-ODBC and DBI packages, if required.
These will allow RAdmin to connect to any ODBC compliant SQL server
- Close the PPM window. Perl is now installed.