2008/10/10 Jeff Pang <[EMAIL PROTECTED]>: > >> Message du 10/10/08 16:49 >> De : "Sharan Basappa" >> A : "Perl Beginners" >> Copie à : >> Objet : add module path >> >> >> Hi, >> >> I have 2 permute and Text-balanced modules installed. They are in the >> path: >> "/home//local/perl/" >> > > > consider 'use lib' at the script's begin: > > use lib '/home/sth/local/perl'; > use modules; # your own modules under that path > > > Regards, > Jeff. > > Créez votre adresse électronique [EMAIL PROTECTED] > 1 Go d'espace de stockage, anti-spam et anti-virus intégrés. >
Sorry Jeff, if I was not clear in my question. I am doing exactly what you have suggested (use "use lib) But the question really is what portion of the directory path to add to use lib. 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? or something else? Regards -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/