A variety of classroom software configurations are possible:
In addition, there is software that is recommended but not required:
In its present form, this course assumes each student has a PC
running Windows NT and
equipped with a Perl interpreter, ODBC, Microsoft Access, a web server,
and the Perl modules DBI and DBD::ODBC.
|
The current version of this course assumes you're using Microsoft Access. The course can be adapted for:
TOTAL TIME FOR INSTALLATION: Less than 5 minutes.
|
|
To install the appropriate DBD module, use the same procedure as for DBI, except the install command should be: install DBD-ODBC (substitute the module name as appropriate)
perl Makefile.PL
make
make test
make install