best bet when trying to install a package and your not sure is go to http://search.cpan.org
look up mime or whatever package your looking for... in this case mime
its simple easy and if you have a browser you can get to it.


it will return a list of MIME packages or packages that match the criteria 'mime'...
here you will notice the MIME::Lite package, and yep it is uppercase and the command is case sensitive
use the syntax you have said and install the package MIME::Lite


have a read through http://cpan.org and use the tool http://search.cpan.org
this will take care of most of your needs for perl modules information about them etc...




----- Original Message ----- From: "Stephen Liu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 22, 2004 5:19 PM
Subject: How to install "Mimi::Lite"



Hi folks,

What will be the correct command to install
"Mimi::Lite"?

# perldoc Mime::Lite
No documentation found for "Mime::Lite".

# perl -MCPAN -e 'install Mime::Lite'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
 Database was generated on Mon, 22 Nov 2004 02:49:31
GMT
Warning: Cannot install Mime::Lite, don't know what it
is.
Try the command

   i /Mime::Lite/

to find objects with matching identifiers.

# perl -MCPAN -e 'install /Mime::Lite/'
No printout

# perl -MCPAN -e 'i /Mime::Lite/'
syntax error at -e line 1, at EOF
Execution of -e aborted due to compilation errors.

# perl i /Mime::Lite/
Can't open perl script "i": No such file or directory

# perl MCPAN -e 'i /Mime::Lite/'
Can't open perl script "MCPAN": No such file or
directory

# perl -MCPAN -e 'install i /Mime::Lite/'
syntax error at -e line 1, at EOF
Execution of -e aborted due to compilation errors.

TIA

B.R.
Stephen Liu


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>





--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to