Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 15 Jul 2002 11:51:47 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <72256415255.20020715115147@familiehaase.de> To: Bella CC: cygwin AT cygwin DOT com Subject: Re: Where can i download Perl package for Cygwin In-Reply-To: <20020715075538.87066.qmail@web13103.mail.yahoo.com> References: <20020715075538 DOT 87066 DOT qmail AT web13103 DOT mail DOT yahoo DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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/