thoughts from a restless mind. |
20. SoCal born and raised. I play volleyball; generally twice a week. Berkeley undergrad: computer science & math My tag frequencies say kind of a lot about me. I like thinking, stories, listening, you~ |
ping:
$rc = $dbh->ping;
Attempts to determine, in a reasonably efficient way, if the database server is still running and the connection to it is still working… The current default implementation always returns true without actually doing anything. Actually, it returns “0 but true” which is true but zero.
Tim Bunce’s Perl DBI module