1. Download Windows Perl module from http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/
2. unzip the file and put it in a directory. I use c:\tmp
3. Add the directory to PPM repository by running the following in Windows command window:
c:\ ppm repo add C:\tmp tmp
4. Install the module:
c:\ ppm install TEXT::CSV_XS
Hope this helps.
Bryan
No comments:
Post a Comment