"If I want to install a Perl module manually (without CPAN) on Linix, in what format do I need to download the module. Specifically what is the proper name for this format so I can search for repositories of these modules"
They are usually in a compressed format. You will need to decompress them first before install.
One of my favorites (example) (thank you Gisle Aas and Martijn Koster) libwww-perl-5.837.tar.gz
"If I want to install a Perl module using CPAN, what format must the module be in? Is it just called CPAN format or does it have a specific name?"
CPAN is the depository where they are held. CPAN also has a handy dandy helpfull installer program. Which is also called CPAN which probably is your best bet to get these things installed
http://search.cpan.org/~andk/CPAN-1.9402/lib/CPAN.pm
without doing the below.
$HOME/localperl/bin/perl Makefile.PL make make test make install
Which just to let you know in advance can get messy since they are also dependent upon other installs. You may need some help if you choose this route.
"If I want to install modules using apt-get, what format must be modules be in? I've seen them described as apt-get packages but I don't know if this is the proper name"
I believe they are all in Tar.gz
"Lastly, although you may have already answered this question by this point, I am presuming that for manual installation and CPAN you are downloading source code. With a manual installation you have to compile and build it yourself whereas CPAN takes care of those steps for you. Is this right? "
yes
In reply to Re: Help needed with terminology - different formats of modules
by Monkomatic
in thread Help needed with terminology - different formats of modules
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |