I currently have:

use lib qw( lib/ );  # all my modules are under here

I have been told elsewhere that that is bad form and a full path should be used there instead of a relative one.

I currently use Cwd to tell me what my path is so that I can load the appropriate config file. If I hard code the path in the "use lib" statement above then that causes me problems elsewhere in my app because my development instance is under D:/www/DEV/dtrakker and my production instance is under D:/www/LIVE/trakker.

I currently use subversion (learning it) to do development. I have a dtrakker instance where I do my dev and testing. Once I am done and it is doing what I want I then check that code out into my trakker production instance.

How do you do manage yours and what can I learn to do it better?

Robert


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.erlbaum.net/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to