u5okyolk has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: (OT) Can't connect to DB
by Corion (Patriarch) on Aug 25, 2008 at 12:53 UTC

    This site is called Perlmonks. Perl is a programming language, much like PHP but distinctly different. This site does not cater to PHP programmers. Unless you want to switch the program over from PHP to Perl, I doubt that you find the expertise you seek here.

    A good general start to debug problems is the webserver error log. It usually contains information more relevant to the problem than what the program outputs to the browser.

Re: (OT) Can't connect to DB
by Zen (Deacon) on Aug 25, 2008 at 14:23 UTC
    Whomever the programmer is needs to do diagnosis on any error messages produced by the program or in the logs, followed by determining if the current db settings have changed. Saying "help, I cannot connect to my db anymore <code snippet>" is not how you diagnose problems or have anyone be able to help you, perl or not.