Hi,
I've recently starting writing my own modules. At the top of each script
that uses my modules I do:
use lib qw( /home/nigel/mis_perl_modules/dev );
while I'm developing them and then change it to:
use lib qw( /home/nigel/mis_perl_modules/live );
once the modules are in live use.
My question is, is this the best way to go about having modules in
development?
Hope this makes sense,
Thanks in advance,
Nigel
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/