Site Tools is a collection of Modules for perl that allow easy template integration, SQL forms creation, tables, sessions, and various other things that make web development a little easier to manage. Requires the SQLObject and PObject classes available on my project page. I have stopped developing these classes in favor of the Template Toolkit, it is a lot more robust and mod_perl aware, please use that instead.
To install everyhthing, follow the next instructions:
perl Makefile.PL
make
make test
make install
Basic documentation can be found through 'perldoc Site'. It has pointers to other modules to look at.
Product's homepage
Requirements:
· HTML::Entities
· URI::Escape
· PObject
· SQLObject