umneydurak
Programmer
Hi.
I'm new to perl, so bear with me.
I'm trying to use DBI module to connect to MsSQL database from Unix server. Unfortenatly the admin on Unix server hid the module where the sun don't shine, and didn't add the path to the INV variable. I found the DBI.pm in /usr/local/(some more paths)/1.013/DBI.pm
I'm not sure how to point the script to it.
When I try: use "/usr/local/(some more paths)/1.013";, or
use /usr/local/(some more paths)/1.013; I get syntax error message.
I tried adding it to the inv variable with
use lib "/usr/local/(some more paths)/1.013";
no lib ".";
use DBI;
which didn't work either.
Anyway any help would be appreciated.
Thx.
I'm new to perl, so bear with me.
I'm trying to use DBI module to connect to MsSQL database from Unix server. Unfortenatly the admin on Unix server hid the module where the sun don't shine, and didn't add the path to the INV variable. I found the DBI.pm in /usr/local/(some more paths)/1.013/DBI.pm
I'm not sure how to point the script to it.
When I try: use "/usr/local/(some more paths)/1.013";, or
use /usr/local/(some more paths)/1.013; I get syntax error message.
I tried adding it to the inv variable with
use lib "/usr/local/(some more paths)/1.013";
no lib ".";
use DBI;
which didn't work either.
Anyway any help would be appreciated.
Thx.