Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

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

by arkturuz (Curate)
on Jun 10, 2014 at 08:54 UTC ( [id://1089398]=note: print w/replies, xml ) Need Help??


in reply to Dancer2 - How to loop over a ref to a HoH

This is Template Toolkit 2 right? You cannot have dollar sign ($) in a variable name (like in partners.$partner.TPCOMPNAME), so you're referencing wrong item from the hash. See the docs.

My answer is wrong. See Re^2: Dancer2 - How to loop over a ref to a HoH from fishmonger.

Replies are listed 'Best First'.
Re^2: Dancer2 - How to loop over a ref to a HoH
by fishmonger (Chaplain) on Jun 10, 2014 at 14:41 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://1089398]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-24 11:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found