SWC Header

Cablechip Solutions

web development with Unix, Perl, Javascript, HTML and web services

Title

Cablechip Solution's Blog

How to Install Template Toolkit on Windows

If using Activestate Perl on Windows XP, Windows Vista etc.:

  1. Have a look at : http://cpan.uwinnipeg.ca/PPMPackages/10xx/
  2. These modules are for Perl 5.10 (only). Use perl -v to check you're using 5.10
  3. run ppm (activestate's perl packet manager)
    - can just type ppm at a dos prompt (in vista at least)
  4. In ppm: Edit > Preferences > Add Repository
    - name = university of winnipeg
    - url = http://cpan.uwinnipeg.ca/PPMPackages/10xx/
    - this will then sync with the repository
  5. In ppm: Select template toolkit (may have to do "view > all packages" to see it)
  6. In ppm: File > Run Marked Actions

As a bonus, there's loads of other perl modules as well.

No comments: