On Sat, 7 Mar 2009 22:04:03 -0800 (PST) socrtwo <socr...@gmail.com> wrote:
> 1. http://docx2txt.sourceforge.net/ - can this be installed in a > Windows Strawberry Perl? > 2. Why is there no Makefile.PL file? > 3. Is 2. because it's a script not a module? > 4. Do scripts need to be installed just like modules? How do you > manually install a script in Windows? Thanks for bringing that script to my attention. Will save some future heartache. There is no Makefile.PL because that's the way the author has done it up If you look at the Makefile, all it does is to take the .pl file and install it and give it permissions My guess is that for Windows, you need only take the .pl file and run it like any other perl script See the README for details Owen -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/