NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Krang and CGI::Application (Score:2)
When I get some time I'm going to document how this works in an article or a HOWTO.
-sam
Reply to This
Re:Krang and CGI::Application (Score:2)
Where I work we've had a pretty easy time integrating Krang [sf.net] with apps running CGI::Application on the front-end. Krang publishes two types of files for the dynamic app: an instance stub (.pl) and one or more templates files (.tmpl). The template files are processed in a two-pass rendering where Krang sets up the static-content stuff and then the front-end app can mix in the dynamic content. The result is dynamic app