How do I use CPAN to install Digest::Nilsimsa ?
(Let's keep this on the list, for the sake of future newbies.)
CPAN refers to two things: a network of servers that provide access to just about every Perl module you can think of, and a module that simplifies and partly automates the download-and-install process. You can use either, although in the long run it'll be easier to use the CPAN module because it simplifies the download, extract, configure, make, install process to a single command, "install <module>" - and it can automatically discover and follow dependency issues like the one you encountered with Razor.
Run "perl -MCPAN -e shell" from a command line. If this is the first time you've used CPAN, it will ask you a bunch of configuration questions, mainly to determine where various helper programs are, and to determine which mirrors are closest to you. For the most part, it will auto-detect what programs you have, and except for the location questions you can probably stick with the defaults.
Once you have answered all the configuration questions, it will give you a command-line-style interface. Simply type "install Digest::Nilsimsa" and it will download, verify and install the module.
For more information, see "man CPAN".
(If you just want to download and install Digest::Nilsimsa, you can find it at
http://www.perl.com/CPAN-local/modules/by-module/Digest/ or in the razor-agents-sdk package. You can also look on this site for the CPAN module if it's not already installed. I picked www.perl.com because it's easy to remember, but other mirrors might be closer to you.)
Kelson Vibber
SpeedGate Communications <www.speed.net>
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Razor-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/razor-users