sub connect_with_option_file { $dsn .= ";mysql_read_default_file=home/gmacfadd/public_html/cgi-bin/dubois/.my.cnf"; return (DBI->connect ($dsn, undef, undef, {PrintError => 0, RaiseError =>1})); }