moderated >> Installed Modules

by netmater » Sat, 18 Sep 2004 00:52:24 GMT

Is there any way to differentiate between modules installed at orginal
build time that came with the distribution from those modules
installed after the fact? It seems that most of the add-on modules
appear somewhere under a "site_perl" directory, but I am not sure if
this is a definitive test. TIA for any elucidation that can be
provided.

----- End forwarded message -----

moderated >> Installed Modules

by Sherm Pendley » Sat, 18 Sep 2004 05:34:08 GMT



It is - that's what "site_perl" is there for.

For more details, including the dates and times that each module was
installed, see 'perldoc perllocal'.

sherm--

--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org

Similar Threads

1. Auto Install modules if not installed? - Perl

2. Errors when Installing Modules

3. about install module GD::Text - Perl

4. cant find locally installed module

I have installed permute module locally and added the path to my script.
However, perl fails to find the module.

The script:
#!/usr/bin/perl
use lib "/u/basappas/local/perl/Algorithm-Permute-0.06";
use Algorithm::Permute;
my @array = (1..9);
Algorithm::Permute::permute { print "@array\n" } @array;

The files under /u/basappas/local/perl/Algorithm-Permute-0.06:
bench  Changes   Makefile.PL  META.yml    Permute.c  Permute.pm
pm_to_blib  typemap
blib   Makefile  MANIFEST     Permute.bs  Permute.o  Permute.xs  test.pl

The error:
Can't locate Algorithm/Permute.pm in @INC (@INC contains:
/u/basappas/local/perl/Algorithm-Permute-0.06
/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/site_perl/5.8.4/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4
/usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2
/usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4
/usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2
/usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0
/usr/lib/perl5/vendor_perl .) at Perm.pl line 3.
BEGIN failed--compilation aborted at Perm.pl line 3.

Please let me know if I am missing something...

Regards

5. CPAN install module problem - Perl

6. how and where to install module

Hi,
I wish to use the module "shuffle" from cpan.
I have downloaded perl to c:\perl
so where do I install the module to?
thanks

7. how to install modules - Perl

8. install module problem

Hi, I'm trying to install a perl module (Net::SSLeay) on a Sun unix box
running Solaris 9.  In doing the make, I get a message from the shell in
the output: 

"sh: gcc: cannot execute".  To me this sounds like it's saying it
doesn't know what/where gcc is.  

 

My gcc is in /usr/local/bin, but /usr/local/bin is not in PATH. So I
edited the path to include it, but I still get the same message.  But I
am thinking I may not be doing the path edit correctly because when I
end the session, the path returns to the way it was before.  

 

Anyone know if my problem is with the PATH, or the compiler?  I had also
gotten a message saying to make sure to use the  same compiler as with
OpenSSL and perl - don't know if that's part of the problem.

 

I'm a newbie to perl modules.  I'd appreciate any help.

John W