Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^5: Template::Latex not interpolating variables . . .

by ahmad (Hermit)
on Feb 10, 2010 at 18:53 UTC ( #822489=note: print w/replies, xml ) Need Help??


in reply to Re^4: Template::Latex not interpolating variables . . .
in thread Template::Latex not interpolating variables . . .

Your loop is wrong, you have emails as your hash keys and not the uid/fname etc you're trying to access directly.

you'll have to try with an inner loop like this

[% FOREACH customer IN call_list %] [% FOREACH info IN customer.value %] [% info.uid %] [% END %] [% END %]

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://822489]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2023-06-04 10:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (20 votes). Check out past polls.

    Notices?