| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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" <freeweb AT nyckelpiga DOT de> |
| Reply-To: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
| Organization: | Esse keine toten Tiere |
| X-Priority: | 3 (Normal) |
| Message-ID: | <72256415255.20020715115147@familiehaase.de> |
| To: | Bella <lau_bella AT yahoo DOT com> |
| 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 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |