Re: add module path

2008-10-14 Thread Sharan Basappa
On Sat, Oct 11, 2008 at 5:51 PM, Jeff Pang <[EMAIL PROTECTED]> wrote: > >> Message du 10/10/08 17:59 >> De : "Sharan Basappa" >> A : "Jeff Pang" >> Copie à : "Perl Beginners" >> Objet : Re: add module path >> >> >

Re: add module path

2008-10-11 Thread Jeff Pang
> Message du 10/10/08 17:59 > De : "Sharan Basappa" > A : "Jeff Pang" > Copie à : "Perl Beginners" > Objet : Re: add module path > > > These are system installation. Can you tell me upto what directory > should I be including use lib path

Re: add module path

2008-10-10 Thread Sharan Basappa
quot; >> Copie à : "Perl Beginners" >> Objet : Re: add module path >> >> >> 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 direct

Re: add module path

2008-10-10 Thread Rob Dixon
Sharan Basappa wrote: > > 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

Re: add module path

2008-10-10 Thread Rob Dixon
Sharan Basappa wrote: > > I have 2 permute and Text-balanced modules installed. They are in the path: > "/home//local/perl/" > > I tried an example for permute by including the module path as: > "/home/user/local/perl/perm_install/lib/perl5/site_perl" > > Now this seems to go through. > > For T

Re: add module path

2008-10-10 Thread Jeff Pang
> Message du 10/10/08 17:32 > De : "Sharan Basappa" > A : "Jeff Pang" > Copie à : "Perl Beginners" > Objet : Re: add module path > > > Ok, so if I understand you correctly this is what I have to do > > 1) install module C in a/b/c direct

Re: add module path

2008-10-10 Thread Sharan Basappa
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

Re: add module path

2008-10-10 Thread Jeff Pang
> 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_i

Re: add module path

2008-10-10 Thread Sharan Basappa
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 pe

add module path

2008-10-10 Thread Sharan Basappa
Hi, I have 2 permute and Text-balanced modules installed. They are in the path: "/home//local/perl/" I tried an example for permute by including the module path as: "/home/user/local/perl/perm_install/lib/perl5/site_perl" Now this seems to go through. For Text-balanced, I dont find similar path