|
Posted by bill_j_chen@yahoo.com on September 18, 2007, 11:27 am
Please log in for more thread options
> bill_j_c...@yahoo.com wrote:
> > Hi, there,
>
> > In the system (solaris) the Perl is shipped with the OS. Even though
> > it is a littlbe bit old but still good enough.
>
> > I am trying to install one Module
>
> > MIME::Entity
>
> > using the following command:
>
> > perl -MCPAN -e 'install MIME::Entity'
>
> Try
> perl -MCPAN -e shell
> and now
> search MIME
> CPAN module in interactive mode will show you all MIME modules and you can
> install selected by command
> install 3
> where 3 is number of module in showed list.
> I'm using RedHat 7.3 (very obsolete version of Linux) and I have no problems
> to install single module only to my Perl 5.6.
> In CPAN module shell you can use the command "help" too ;-)
> --
>
> Petr Vileta, Czech republic
> (My server rejects all messages from Yahoo and Hotmail. Send me your mail
> from another non-spammer site please.)
Thanks for the reply.
somehow in perl -MCPAN -e shell
search command is not available. Do I need to install some other
module first to enable the search functionality ?
Thx
|