Perl booboo of the week

Beatnik on 2005-07-28T22:15:24

I noticed that one of my mod_perl based apps showed the wrong page when I was using 2 different databases. It turned out (after a 5 minute search), that I declared my database handle as global.. and not local. Problem fixed, me happy.