Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Dancer2 - How to loop over a ref to a HoH

by fishmonger (Chaplain)
on Jun 10, 2014 at 14:41 UTC ( [id://1089419]=note: print w/replies, xml ) Need Help??


in reply to Re: Dancer2 - How to loop over a ref to a HoH
in thread Dancer2 - How to loop over a ref to a HoH

Actually, according to the documentation, dollar signs are (or can be) used in var interpolation.

http://www.template-toolkit.org/docs/manual/Variables.html#section_Variable_Interpolation
  • Comment on Re^2: Dancer2 - How to loop over a ref to a HoH

Replies are listed 'Best First'.
Re^3: Dancer2 - How to loop over a ref to a HoH
by arkturuz (Curate) on Jun 10, 2014 at 17:57 UTC
    Sorry about that, somehow I missed it, and it's been a long time since I last hacked on Template Toolkit.

    Could this solve your issue?

    <% FOREACH partner IN partners.values %> Partner: <% partner.TPCOMPNAME %> <% partner.TPTYPE %><br> <% END %>

      No, that didn't work under either of the template engines.

      This is what works when using TT.

      [% FOREACH partner IN partners.keys %] Partner: [% partners.$partner.TPCOMPNAME %] [% partners.$partner.T +PTYPE %]<br> [% END %]

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-25 23:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found