Help for this page
Select Code to Download
Select
or
download this
sub check_db_connection { return 0 if $db->ping; ... close(*LOGFILE); exit 0; }