A question that has been gnawing at me for a while...
When using DBI with perl if you want to write a system
script for users or a cgi then your script must be readable
by those users. So how do you hide your DB password from
users, but still let them use it, other than suid. (I
suppose this goes for anything with a password or the
like). Is there anything that can be done?
- Ant