Re: Template toolkit issue [SOLVED]

2012-05-05 Thread 'lesleyb'
On Thu, May 03, 2012 at 01:30:41PM -0500, Bill Stephenson wrote: > I use CGI.pm to build web apps all the time. > > I think the notion that CGI and CGI.pm is out dated is kind of silly in fact. > > Using CGI.pm with HTML::Template is still a very fast and efficient way to > develop web apps. A

Re: Perl preprocessor

2012-05-05 Thread Jim Gibson
On May 5, 2012, at 7:01 AM, sono...@fannullone.us wrote: > On May 4, 2012, at 11:01 PM, Jim Gibson wrote: > >> Consider the Text::Template module, which allows you to embed Perl code in >> your document. I have used it for generating C++ code. > > Jim, > > How does Text::Template compar

Re: Perl preprocessor

2012-05-05 Thread sono-io
On May 4, 2012, at 11:01 PM, Jim Gibson wrote: > Consider the Text::Template module, which allows you to embed Perl code in > your document. I have used it for generating C++ code. Jim, How does Text::Template compare to Mason2 for something like this? Have you ever used it? Marc --