I've created a class using Class::DBI in a compiled program. The problem I'm having is that in order to use Class::DBI you need to have the line
and the machine that I'm running this program on does not have Class::DBI installed on it. My question is how can I get this compiled program to work without installing Class::DBI?