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 Message-ID: <42943F8C.6000400@familiehaase.de> Date: Wed, 25 May 2005 11:04:12 +0200 From: "Gerrit P. Haase" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 MIME-Version: 1.0 To: Manuel Tejada CC: cygwin AT cygwin DOT com Subject: Re: How to install perl modules? References: <20050525033549 DOT 23193 DOT qmail AT web50401 DOT mail DOT yahoo DOT com> In-Reply-To: <20050525033549.23193.qmail@web50401.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Manuel Tejada wrote: > Hello! > > Somebody can tell me from what URL I must to download > a perl module and how to install it in Cygwing? To browse the CPAN (Comprehensive Perl Archive Network) manually use http://www.cpan.org/ and http://search.cpan.org/ . > In pure Windows is easy is you have Perl from > ActiveState but Perl installed in Cygwin doesnt have > the ppm Manager. Windows needs it because they do not have a compiler by default. Cygwin has its own compiler and you use the CPAN module which is much better since it also takes care about the dependencies of modules. Type `cpan' in a Bash shell and follow the instructions. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/