Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Mon, 15 Jul 2002 12:38:34 +0200
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
Reply-To: "Gerrit P. Haase" <gerrit@familiehaase.de>
Organization: Esse keine toten Tiere
X-Priority: 3 (Normal)
Message-ID: <192259222402.20020715123834@familiehaase.de>
To: Bella <lau_bella@yahoo.com>
CC: cygwin@cygwin.com
Subject: Re: Where can i download Perl package for Cygwin
In-Reply-To: <20020715103405.63309.qmail@web13106.mail.yahoo.com>
References: <20020715103405.63309.qmail@web13106.mail.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Bella schrieb:

> Hi Gerrit,

> As my w2k server installed Cygwin 1.3.10 cannot
> connect to internet, i need to download the package
> and ftp to server.

> How can I download the package and what command to
> install the package in Cygwin ?

ftp://ftp.cpan.org/pub/CPAN/authors/id/D/DP/DPARIS/Crypt-DES-2.03.tar.gz

$ tar zxvf Crypt-DES-2.03.tar.gz
$ cd Crypt-DES-2.03
$ perl Makefile.PL
$ make
$ make test
$ make install

To search and find other modules you will need access to internet:
http://search.cpan.org

The root of CPAN per ftp is ftp://ftp.cpan.org/pub/CPAN/
and there is also a list of mirrors:
ftp://ftp.cpan.org/pub/CPAN/MIRRORED.BY


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/

