I still get the error using the two system calls or the two $ENV assignments. Any other thoughts?#!/usr/bin/perl BEGIN { #$ENV{'ORACLE_HOME'} = '/path/to/orahome'; #$ENV{'LD_LIBRARY_PATH'} = '/path/to/orahome/lib'; system("export ORACLE_HOME=/path/to/orahome"); system("export LD_LIBRARY_PATH=/path/to/orahome/lib"); }; use DBI;
In reply to Re^2: %ENV and DBI
by Anonymous Monk
in thread %ENV and DBI
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |