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: activestate perl on cygwin


moka@hol.gr wrote:
> 
> But how do you then install modules? Just like in unix from the tarballs
>  that are intended for unix?

Essentially, yes.  Just run CPAN (perl -MCPAN -e shell) and type
"install Foo::Bar" just as you would on any unix system.  You don't have
to actually know or care about tarballs, CPAN does all that for you. 
Note that if a module has a prerequisite for a library you must install
that library first, just as you would on a unix system.  But modules
that require this are few and far between (e.g. DBD::MySql requires
libmysqlclient.)

When in doubt, the answer to any Cygwin question should be "as you would
on any posix system."

Brian

--
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/


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