347
edits
Fahrenheit (talk | contribs) m (→File Types) |
Fahrenheit (talk | contribs) |
||
Line 40: | Line 40: | ||
=== Installing Perl === | === Installing Perl === | ||
: This programm needs Perl to create example html files from the templates. If you don't have Perl installed (preferably 5.8.8) you'll need to do so now. | : This programm needs Perl to create example html files from the templates. If you don't have Perl installed (preferably 5.8.8) you'll need to do so now. | ||
: Under Windows you'll need to download ActivePerl 5.8. | : Under Windows you'll need to download ActivePerl 5.8.8.820+ from activeperl.com: | ||
:: http://downloads.activestate.com/ActivePerl/Windows/5.8/ | :: http://downloads.activestate.com/ActivePerl/Windows/5.8/ | ||
:: Install it to c:\perl (or some other directory, but remember where you installed it!). | :: Install it to c:\perl (or some other directory, but remember where you installed it!). | ||
: Under Linux it should already be installed. If not get it from: | : Under Linux it should already be installed. If not get it from: | ||
:: http://downloads.activestate.com/ActivePerl/Linux/5.8/ | :: http://downloads.activestate.com/ActivePerl/Linux/5.8/ | ||
: If you are not using 5.8.8.820 it's possible you need to update Storable. | |||
: You might have to update Sharable though, try the following: | : You might have to update Sharable though, try the following: | ||
:: perl -MCPAN -eshell | :: perl -MCPAN -eshell | ||
:: install Storable | :: install Storable | ||
:: bye | :: bye | ||
=== Additional Module HTML::Template::Expr === | === Additional Module HTML::Template::Expr === | ||
: Under Windows with ActivePerl go to it's startmenu entry (might be called "ActiveState ActivePerl 5.8") and start "Perl Package Manager". Then enter | : Under Windows with ActivePerl go to it's startmenu entry (might be called "ActiveState ActivePerl 5.8") and start "Perl Package Manager". Then enter |
edits