http://qs321.pair.com?node_id=1207177


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.