This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Where can i download Perl package for Cygwin


Bella schrieb:

> I installed Cygwin 1.3.10. It bundled with Perl 5.6.1.
> I would like to 
> use package Crypt::DES, where can i download this Perl
> package for Cygwin ?

CPAN?

$ perl -MCPAN -e 'install Crypt::CBC'
$ perl -MCPAN -e 'install Crypt::DES'

Or just type in a bash shell:

$ cpan

The first time the CPAN shell starts up it needs to be initialized,
it asks some questions (which mirror ...), and then you can type:

cpan> install Crypt::CBC

cpan> install Crypt::DES

and so on.

Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]