This is the mail archive of the cygwin 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: Is the Perl module Net::LDAP available for Cygwin's Perl implementation?


On Tue, Jun 25, 2013 at 9:58 AM, Alfred von Campe wrote:
>
> If so, is there a way to install it from the command line?  I need it on a server that I usually just ssh into and running setup.exe is a little cumbersome.
>
> If not, what is the best/easiest way to get it?  I would like to run a Perl script on a Windows server under Cygwin that requires Net::LDAP functionality.
>
> Thanks,
> Alfred
>

The standard way to install Perl modules is with CPAN. For example:

$ cpan -i Net::LDAP

Yours,
Jeremy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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