Re: algorithm/permute.pm

2008-04-17 Thread Sharan Basappa
On Thu, Apr 17, 2008 at 7:37 PM, Chas. Owens <[EMAIL PROTECTED]> wrote: > > On Apr 17, 2008, at 10:03, Sharan Basappa wrote: > snip > > > > $perl Makefile.PL PREFIX=/u/basappas/local/perl/perm_install > > > snip > > Try > > use lib "/u/basappas/local/perl/perm_install/lib/perl5/site_perl"; > >

Re: algorithm/permute.pm

2008-04-17 Thread Chas. Owens
On Apr 17, 2008, at 10:03, Sharan Basappa wrote: snip $perl Makefile.PL PREFIX=/u/basappas/local/perl/perm_install snip Try use lib "/u/basappas/local/perl/perm_install/lib/perl5/site_perl"; -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -

Re: algorithm/permute.pm

2008-04-17 Thread Sharan Basappa
elp. > > > > perl Makefile.PL PREFIX=/u/basappas/local/perl/iter2/Algorithm-Permute-0.11 > > make install > > setenv PERL5LIB /u/basappas/local/perl/iter2/Algorithm-Permute-0.11 > > perl Perm2.pl > > Can't locate Algorithm/Permute.pm in @INC (@INC conta

Re: algorithm/permute.pm

2008-04-16 Thread Rob Dixon
stall > setenv PERL5LIB /u/basappas/local/perl/iter2/Algorithm-Permute-0.11 > perl Perm2.pl > Can't locate Algorithm/Permute.pm in @INC (@INC contains: > /u/basappas/local/perl/onemore/Algorithm-Permute-0.11 > > There are few parameters and I sure I am not using one of them p

Re: algorithm/permute.pm

2008-04-16 Thread Sharan Basappa
rithm-Permute-0.11 perl Perm2.pl Can't locate Algorithm/Permute.pm in @INC (@INC contains: /u/basappas/local/perl/onemore/Algorithm-Permute-0.11 There are few parameters and I sure I am not using one of them properly. 1) argument to PREFIX (with or without Algorithm) 2) PERL5LIB path 3) use lib

Re: algorithm/permute.pm

2008-04-16 Thread Sharan Basappa
Algorithm::Permute; my @array = (1..4); Algorithm::Permute::permute { print "@array\n" } @array; The error I get is: Can't locate Algorithm/Permute.pm in @INC (@INC contains: /u/basappas/local/perl/onemore/Algorithm-Permute-0.11 Question: - Am I right in adding Algorithm to the pre

Re: algorithm/permute.pm

2008-04-15 Thread Rob Dixon
talling files in blib/lib into >> architecture dependent library tree >> Installing >> /u/basappas/local/perl/Algorithm-Permute-0.06/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Algorithm/Permute.pm >> Installing >> /u/basappas/local/perl/Algorithm-Permute-0.0

Re: algorithm/permute.pm

2008-04-15 Thread Chas . Owens
alling files in blib/lib into architecture dependent library tree Installing /u/basappas/local/perl/Algorithm-Permute-0.06/lib/perl5/ site_perl/5.8.5/i386-linux-thread-multi/Algorithm/Permute.pm Installing /u/basappas/local/perl/Algorithm-Permute-0.06/lib/perl5/ site_perl/5.8.5/i386-linux-thread

Re: algorithm/permute.pm

2008-04-15 Thread Sharan Basappa
library tree > Installing > /u/basappas/local/perl/Algorithm-Permute-0.06/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Algorithm/Permute.pm > Installing > /u/basappas/local/perl/Algorithm-Permute-0.06/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/Algorithm/Permute/au

Re: algorithm/permute.pm

2008-04-04 Thread Sharan Basappa
/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/Algorithm/Permute/Permute.bs Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /u/basappas/local/perl/Algorithm-Permute-0.06/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Algorithm

Re: algorithm/permute.pm

2008-04-01 Thread sisyphus
> I did the following: > perl Makefile.PL PREFIX=/u/basappas/local/perl/Algorithm-Permute-0.06 That's probably where you've got the Algorithm-Permute source - I'm not so sure it's a good idea to install the module into the source folder, but if you want to do that then next run 'make test', follow

Re: algorithm/permute.pm

2008-03-31 Thread Sharan Basappa
> > > I am trying to use permute call from the above module and I get the > > > following error. > > > I believe this is due to either missing lib or incorrect path setting. > > > Can you tell > > > me how to install this package quickly in my h

Re: algorithm/permute.pm

2008-03-31 Thread Sharan Basappa
> > I believe this is due to either missing lib or incorrect path setting. > > Can you tell > > me how to install this package quickly in my home path and try out this > call? > > > > Regards > > > > Can't locate Algorithm/Permute.pm in @INC

Re: algorithm/permute.pm

2008-03-26 Thread sisyphus
ge quickly in my home path and try out this call? > > Regards > > Can't locate Algorithm/Permute.pm in @INC (@INC contains: > /usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5 > /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi > /usr/lib/perl5/sit

Re: algorithm/permute.pm

2008-03-24 Thread Paul Lalli
On Mar 24, 11:52 am, [EMAIL PROTECTED] (Sharan Basappa) wrote: > Hi, > > I am trying to use permute call from the above module and I get the > following error. > I believe this is due to either missing lib or incorrect path setting. > Can you tell > me how to install this package quickly in my home

algorithm/permute.pm

2008-03-24 Thread Sharan Basappa
Hi, I am trying to use permute call from the above module and I get the following error. I believe this is due to either missing lib or incorrect path setting. Can you tell me how to install this package quickly in my home path and try out this call? Regards Can't locate Algorithm/Permute.