简体   繁体   中英

Windows equivalent of perl modules required (not available in activestate ppm) such as file::finder

I'm attempting to import code written in linux into eclipse's perl plugin 'epic', and have installed activestate perl in windows. Most of the modules have an activestate equivalent, but some of them I can't find in ppm. Does anyone know how I can get the following modules so that the code can compile?

  • File::Finder
  • Spreadsheet::WriteExcel::Utility
  • Sybase::CTlib
  • Sybase::DBlib
  • Sybase::Xfer
  • Template
  • Template::Constants
  • DBD::Sybase
  • File::Rsync
  • PerlIO/gzip

The best option is probably to remove Active Perl and replace it with Strawberry Perl . Because the Strawberry Perl installation includes a compiler, you are able to install most CPAN modules using the standard CPAN shell.

Trouchelle to the rescue!

http://trouchelle.com/perl/ppmrepview.pl?l=Template-Toolkit&v=10

The other modules cannot be built because of test failures or missing libraries.

i downloaded the File:finder module from cpan and was able to install successfully in the windows. Only difference is we need to use nmake instead of make.

您可以从https://metacpan.org/下载 perl 模块,然后在 Windows 中编译相同的模块。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM