in reply to Re: mysql, locked databases, Apache::DBI and mod_perl
in thread mysql, locked databases, Apache::DBI and mod_perl

Hmm, I've seen it before, but it does remind me of one other thing I changed... I had a variable that was 'my' previously, and I changed it to 'our' in the hopes that a sub I couldn't conveniently pass it to would be able to get it... I'll change that back and see what happens.

This is when you wish you had CVS or one of those other systems...



My code doesn't have bugs, it just develops random features.

Flame ~ Lead Programmer: GMS (DOWN) | GMS (DOWN)

  • Comment on Re: Re: mysql, locked databases, Apache::DBI and mod_perl

Replies are listed 'Best First'.
Re: Re: Re: mysql, locked databases, Apache::DBI and mod_perl
by dws (Chancellor) on May 19, 2003 at 03:17 UTC
    This is when you wish you had CVS or one of those other systems...

    Stop Wishing. Install (or learn to use) CVS (or the equivalent) ASAP. Without some type of source-code control, you're working without a safety net. The ability to ask "what changed?" questions--and get authoratative answers--can be a huge win when you find yourself in a situation like the one you're in now.

      I've tried several times to get it working on my system, and although I have access to CVS via SourceForge, I still haven't been able to figure out how it works... unfortunately.



      My code doesn't have bugs, it just develops random features.

      Flame ~ Lead Programmer: GMS (DOWN) | GMS (DOWN)

        I installed/setup CVS using this book and had no problems with it..

        C.