
miller
User
May 4, 2011, 12:27 PM
Post #2 of 4
(344 views)
|
Try restarting your command prompt so that paths are updated if this is a new install. I wish I could quickly suggest a solution for your problem, but my main thought is that I'd recommend that you use Strawberry Perl instead of ActivePerl on windows. The fact that strawberry perl uses cpan instead of the ppm is a major selling point for me, although I have used ActiveState in the past. To install packages on Strawberry perl, just do the following:
cpan -i Spreadsheet::ParseExcel - Miller
(This post was edited by miller on May 4, 2011, 12:29 PM)
|