hi,
wouldn't it be wiser to do the whole thing in Perl? some pros i see:
* clearer
+ html::templates makes it easy to separate markup from code
+ same language thru out the whole app
* faster
+ no need to pipe thru coding scripts as Perl got functions for
encoding and decoding
+ regex built it, no need to pipe thru sed
* more flexible
+ Perl has tons for modules. implementing new advanced features
would be easy if wanted
* easier to chroot
+ rather use mod_perl or copy in Perl with the few modules
needed than a shell and all unix tools into my chroot
* more portable
+ not that anyone cares but it would work on windows too
if you are interested in going the Perl route; let me know. i have
rewritten the old taggi (version 1) with some added features into Perl,
perhaps you can reuse some of that code.
thanks,
sa
Received on Sun Jan 21 2007 - 05:29:36 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:35:25 UTC