[Templates] confused by CONFIGs

2010-07-22 Thread Benjamin Hitz
I set the following: my $tt = Template->new( { INCLUDE_PATH => Config::File->new()->www_stem.'templates/Reports/LocusReport/InteractionServer', TEMPLATE_OPTIONS => { PRE_

Re: [Templates] confused by CONFIGs

2010-07-23 Thread Andy Wardley
On 23/07/2010 00:09, Benjamin Hitz wrote: > I set the following: > my $tt = Template->new( > { > INCLUDE_PATH => > Config::File->new()->www_stem.'templates/Reports/LocusReport/InteractionServer', > TEMPLATE_OP

Re: [Templates] confused by CONFIGs

2010-08-07 Thread Gert Brinkmann
On 23.07.2010 01:09, Benjamin Hitz wrote: > PRE_CHOMP => 1, > POST_CHOMP => 1, Do you really want to chomp by default every tag? > blah blah XML > type="real"/> > type="real"/> > [% FOR att = xml_generic_atts %][% att

Re: [Templates] confused by CONFIGs

2010-08-07 Thread Ash Berlin
On 7 Aug 2010, at 14:31, Gert Brinkmann wrote: > On 23.07.2010 01:09, Benjamin Hitz wrote: >> PRE_CHOMP => 1, >> POST_CHOMP => 1, > > Do you really want to chomp by default every tag? > >> blah blah XML >> > type="real"/> >>