On Thu, Feb 13, 2003 at 08:53:09AM -0600, Waleed Hamad wrote: > Andy, > Thank you so much for your quick response. > I will try that and get back to you very soon. > > I do have a quick question though, > Our developers are the one requiring to run 5.6.1 and we do have 5.8.0 as > well > Here is the directory structure > /apps/perl/5.6.1 & /apps/perl/5.8.0 > > The question I have is, > I am trying to get about 40 CPANs installed on both versions. You mean about 40 additional modules downloaded from CPAN? > Can I use the same ones from one of the versions and copy it over to the > other version or do I have to do it twice?? It's safest to build them once for your perl 5.6.1 perl5.6.1 Makefile.PL make all make test make install and then again for perl 5.8.0 perl5.8.0 Makefile.PL make all make test make install (where you replace perl5.6.1 and perl5.8.0 with your names for your two perl binaries) Or if you prefer, perl5.6.1 -MCPAN -e shell and perl5.8.0 -MCPAN -e shell Nicholas ClarkThread Previous | Thread Next