Ok, so if I understand you correctly this is what I have to do 1) install module C in a/b/c directory (for example)
2) install module D in a/b/d directory 3) copy the .pm files installed under a/b/c and a/b/d to a/b/my_lib 4) include a/b/my_lib in perl code So you are also saying that the path I am including should have .pm file under the directory. Please note that currently under the lib directory installed, there is no .pm file Regards On Fri, Oct 10, 2008 at 8:49 PM, Jeff Pang <[EMAIL PROTECTED]> wrote: >> Message du 10/10/08 17:13 >> De : "Sharan Basappa" > >> For example, the text-balanced path looks somewhat like - >> /home/user/local/perl/balanced_install >> with lib and share directories in this path. So do I include >> 1) /home/user/local/perl/balanced_install? >> 2) /home/user/local/perl/balanced_install/lib? > > That's decided by you. > If you begin a project, all of the scripts are located in a path called > "/project/path". > You could create the dir of "/project/path/lib" and put all the .pm files > into it. > Then you could "use lib '/project/path/lib' " in each script of that > project. > > > Regards, > Jeff. > > Créez votre adresse électronique [EMAIL PROTECTED] > 1 Go d'espace de stockage, anti-spam et anti-virus intégrés. > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/