Help for this page

Select Code to Download


  1. or download this
    sub check_db_connection {
        return 0 if $db->ping;
    ...
        close(*LOGFILE);
        exit 0;
    }