in reply to From string with variable Address to actual referencing that address? (core crypting problem)
Each process has its own memory space. A pointer cannot be passed between processes. Think about it this way: If a process could see $dbh, it could also see $db_pass.
I dou't see the point of this exercise. If you give them access to the database, what does it matter whether they know the password or not?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: From string with variable Address to actual referencing that address? (core crypting problem)
by Julgon (Initiate) on Apr 19, 2011 at 16:37 UTC | |
by ikegami (Patriarch) on Apr 19, 2011 at 17:00 UTC | |
by Julgon (Initiate) on Apr 19, 2011 at 20:39 UTC | |
by ikegami (Patriarch) on Apr 19, 2011 at 21:22 UTC | |
by Argel (Prior) on Apr 19, 2011 at 22:20 UTC | |
by FloydATC (Deacon) on Apr 20, 2011 at 10:00 UTC |