Which perl can I use from the Windows command line?
Can anyone recommend me a Perl inte开发者_C百科rpreter that can run on Windows command line to read LCOV files (and generate a report of some sort)? I looked at genhtml, and it seems to need a lot of setup and must run in the bash shell environment, which doesn't sound good for Windows command line.
Thanks.
The easiest perl to use on Win32 is ActiveState's ActivePerl.
Strawberry Perl gives a more "normal" Perl experience (it includes a C compiler and make so you can do normal CPAN style installs).
Finally, Cygwin is a full on Unix environment for Windows. Perl is one of many tools that are available for Cygwin.
Indigo Perl is something of an also-ran, but they do have a nice kit for testing web apps. They ship an Apache, mod_perl, perl combo that is very easy to get started with.
win32.perl.org is a useful resource that you should check out.
Perl interpreters that run on Windows include Cygwin and ActivePerl.
Do you already have a perl script for reading genhtml files?
精彩评论