Sometime Today, mukund assembled some asciibets to say: > You can use embperl , where you can insert perl code in html pages. If you > know perl well, its a cake walk.
while embperl is a pretty good tool in itself, I tend to prefer the HTML::Template approach of separating code from design. with embperl, whoever makes the pages must know html as well as perl, and also be a good designer. While many perl programmers may know html (and many more claim to), there are very few that are actually good designers. On the other hand, there are almost no good html designers who no perl. HTML::Template allows the designer to design the templates (there are even addons for Dreamweaver to understand HTML::Template), and the perl programmers to populate them with data. besides, HTML::Template is almost a cross language templating standard. I've written a java version that understands almost the same syntax, and I guess a python version should come along soon. Philip -- Kill Ugly Processor Architectures - Karl Lehenbauer _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
