Result:
found 31 distributions and 61 files matching your query ! ( run in 0.351 )


chronos

 view release on metacpan or  search on metacpan

scripts/chronosadmin  view on Meta::CPAN


    sub dbh {
        if ( not $dbh ) {
            $dbh =
              DBI->connect(
                "dbi:mysql:$db;mysql_read_default_file=$ENV{HOME}/.my.cnf",
                $db_user, $db_pass, { RaiseError => 1, PrintError => 0 } );
        }
        return $dbh;
    }
}

 view all matches for this distribution


( run in 0.351 second using v1.01-cache-2.11-cpan-05444aca049 )