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

Reply via email to