in reply to How can I avoid creating two instances of the same object
$dbh = DBI->connect_cached($data_source, $username, $password);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can I avoid creating two instances of the same object
by beachguy82 (Novice) on Mar 02, 2006 at 12:09 UTC | |
by adrianh (Chancellor) on Mar 02, 2006 at 15:56 UTC |