Archive for March, 2007

How to tell if DBI is installed.

Monday, March 5th, 2007

perl -e ‘use DBI’

If that throws an error it is not installed.