in reply to Re^6: Generation of dynamically-static documents
in thread Generation of dynamically-static documents

Yes, but it takes a genius to master chaos!

Seriously, it is not much different from adding print-statements with HTML-code in your Perl-script.

It would take something like Catalyst to keep all the various concerns nicely separate.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Replies are listed 'Best First'.
Re^8: Generation of dynamically-static documents
by adrianh (Chancellor) on Sep 14, 2005 at 16:42 UTC
    Seriously, it is not much different from adding print-statements with HTML-code in your Perl-script.

    You're right it's not much different, just from the opposite direction.

    This, of course, doesn't mean that it is a good thing :-)

    It would take something like Catalyst to keep all the various concerns nicely separate.

    Nope. All it takes is writing presentation oriented TT2 plugins. Easy.