mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
6 lines
381 B
Plaintext
6 lines
381 B
Plaintext
CGI::FastTemplate manages templates and parses templates, replacing variable
|
|
names with values. It was designed for mid to large scale web applications
|
|
(CGI, mod_perl) where there are great benefits to separating the logic of an
|
|
application from the specific implementation details. The primary advantages
|
|
of CGI::FastTemplate over other template systems is speed and efficieny.
|