in reply to using a module
use DBI; my $dbh = DBI->connect('dbi:Informix:...
The errors you're getting look like you may have an improperly installed DBD::Informix but I'd suggest trying it with the proper connection string first and reinstall if you get similar errors.
|
|---|