Help me install Perl modules on my Windows machine!
December 4, 2005 7:11 PM
Subscribe
Help me install Perl modules on my Windows machine!
Follow-up to
this question: I'm trying to get
Tasty Post running on my computer now; I've installed
ActivePerl and some googling found me
this page on how to install Perl modules with the ppm command.
But the second dependency on the list for
Tasty Post,
lcwa, is not found by ppm. And when I try to install it the old-fashioned way, using the nmake command, there's no makefile.pl! How do I get this to work?
posted by joshuaconner to computers & internet (7 comments total)
perl -MCPAN -e shell
Then:
install Icwa
It's also possible Icwa isn't a package per se. Rather, it's just a common name for that big long list of packages. That is, you may have to install all that stuff one by one.
posted by maschnitz at 7:15 PM on December 4, 2005