Page 1 of 1

How to add HTML::Template

PostPosted: 19. July 2003 06:36
by Jon
Is it possible to add the HTML::Template module to wampp? If so, can someone explain step-by-step how to do it?

ppm HTML::Template

PostPosted: 02. August 2003 08:58
by chanio
:lol:
ppm HTML::Template

If you are connected , that might be enough.
You can also, do it by steps...
at the command line, call ppm...
ppm


then inside ppm...(starts like this: ppm> )
search HTML::Template


then lists what finds... now you write...
install HTML::Template


it installs good (see the tests) and finally, you get out ...
quit


It works great, but read the tutorial at...
http://html-template.sourceforge.net/article.html
(do the examples, first, and check)

Hope that it would help