in reply to Re: Template::Latex not interpolating variables . . .
in thread Template::Latex not interpolating variables . . .
Yes, of course. Thank you ahmad. I no longer get the literals passing through the filter, but my variables still are not being interpolated. Now I am seeing:
where my template now reads:\textbf{} & box & : & & \\ \hline \hline \textbf{} & box & : & & \\ \hline
[% FOREACH recipient IN call_list %] \textbf{[% recipient.email %]} & box & [% recipient.uid %]: [% rec +ipient.name %] & [% recipient.fname %] [% recipient.lname %] & [% rec +ip ient.phones %] \\ \hline [% FOREACH sponsor IN call_list.recipient.upstream %] \multicolumn{2}{||r|}{[% sponsor.email %]} & [% sponsor.uid %] +: [% sponsor.name %] & [% sponsor.fname %] [% sponsor.lname %] & [% s +po nsor.phones %] \\ [% END %] \hline [% END %]
if( $lal && $lol ) { $life++; }
if( $insurance->rationing() ) { $people->die(); }
if( $insurance->rationing() ) { $people->die(); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Template::Latex not interpolating variables . . .
by ahmad (Hermit) on Feb 08, 2010 at 21:11 UTC | |
by hesco (Deacon) on Feb 10, 2010 at 03:38 UTC | |
by ahmad (Hermit) on Feb 10, 2010 at 18:53 UTC |
In Section
Seekers of Perl Wisdom