Sometimes when you do a search it gives you the best guess. Pick the module that's exactly named. If you're using a command line perl version, you might want to try:
perl -e shell -MCPAN and then install <module name> (for example, install Digest::MD5) - it will do the rest for you (download, compile, test, install - and grab other required modules that may have dependencies for you) Charles Daminato TUCOWS Product Manager [EMAIL PROTECTED] On Tue, 27 Nov 2001 [EMAIL PROTECTED] wrote: > Hi, > > I'm in the middle of installing the necessary Perl modules to support > the OpenSRS Client application, however I have a question. > > I'm missing the following modules according to the install_verify.cgi > application: > > Digest::MD5 > Unicode::String > Storable > HTML::Template > XML::Parse > > When searching CPAN, I noticed that some of these (many?) modules exist > in multiple CPAN files. How do I know which one to install to get the > actual capabilities this software needs when the module names are not > unique? > > Thanks, > > -Tim > >
