Re: Recommended config/ini file module?

2012-05-04 Thread Manfred Lotz
On Tue, 01 May 2012 08:38:01 -0700 Michael Rasmussen wrote: > On 2012-05-01 06:43, Manfred Lotz wrote: > > On Tue, 1 May 2012 05:57:28 -0700 > > Michael Rasmussen wrote: > > > >> On Tue, May 01, 2012 at 11:58:46AM +0200, Manfred Lotz wrote: > >> > Hi there, > >> > What is a recommended Module fo

Re: Template toolkit issue [SOLVED]

2012-05-04 Thread Mike Flannigan
Oddly, I did not know that CGI.pm was dead, and I have been programming Perl for years. I've even been to a Dancer presentation at houston.pm http://houston.pm.org/ and didn't have that figured out. Pretty funny, heh? I don't use GCI.pm much, but I do use it. It has an awful program flow (wor

Perl preprocessor

2012-05-04 Thread Manfred Lotz
Hi there, I'm looking for a Perl preprocessor which should roughly be able to work like this: In a document I have begin and end markers, say ## for both. Between those end markers there is perl code which should be run and everything which goes to stdout should go into the document. The code s

Re: Perl preprocessor

2012-05-04 Thread Paul Johnson
On Fri, May 04, 2012 at 08:16:01PM +0200, Manfred Lotz wrote: > Hi there, > I'm looking for a Perl preprocessor which should roughly be able to > work like this: > > In a document I have begin and end markers, say ## for both. Between > those end markers there is perl code which should be run and

Re: Perl preprocessor

2012-05-04 Thread Uri Guttman
On 05/04/2012 02:16 PM, Manfred Lotz wrote: Hi there, I'm looking for a Perl preprocessor which should roughly be able to work like this: In a document I have begin and end markers, say ## for both. Between those end markers there is perl code which should be run and everything which goes to std

Re: Perl preprocessor

2012-05-04 Thread Manfred Lotz
On Fri, 4 May 2012 20:27:36 +0200 Paul Johnson wrote: > On Fri, May 04, 2012 at 08:16:01PM +0200, Manfred Lotz wrote: > > Hi there, > > I'm looking for a Perl preprocessor which should roughly be able to > > work like this: > > > > In a document I have begin and end markers, say ## for both. Be

Re: Perl preprocessor

2012-05-04 Thread Jim Gibson
On May 4, 2012, at 12:31 PM, Manfred Lotz wrote: > > Thanks to both (Uri) of you for your reply. > > I recognize that my example was bad. If I just would like to substitute > stuff then of course a Template module would be best. > > But let us say I want to do calculations in a larger document