in reply to Re: environment variable
in thread environment variable
Actually, that's not the case. It's the LD_LIBRARY_PATH variable that needs to be set outside of the running process for it to have any effect.
The SYBASE env. variable can be set normally when using DBI/DBD::Sybase - it needs to be set before DBD::Sybase gets loaded, but as that only happens on the first DBI->connect() there is no need to use a BEGIN block.
Michael
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re(3): environment variable
by dmmiller2k (Chaplain) on Dec 28, 2001 at 03:18 UTC |