in reply to Re: Hide DBI password in scripts
in thread Hide DBI password in scripts
We can probably solve the perl debugger problem with something like:
$db=DBI->connect("DBI:Oracle:sid=$DBSID;host=$DBHOST;port=$DBPORT;","$ +DBUSER",`/path/shared_C_program`) || ($err=$db->errstr);
Thank you for the wealth of information.
In Section
Seekers of Perl Wisdom