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

Re: TMPL_LOOP inside another TMPL_LOOP with HTML::Template

by marto (Cardinal)
on Nov 17, 2005 at 09:23 UTC ( [id://509340]=note: print w/replies, xml ) Need Help??


in reply to TMPL_LOOP inside another TMPL_LOOP with HTML::Template

Hi jesuashok,

"Is there a way to use TMPL_LOOP inside another TMPL_LOOP Example"
This is covered in the HTML::Template documentation, it covers inner and outer loops. I am not sure exactly what thoughts you are looking for, other than you should read the documentation and give loops names.

<TMPL_LOOP OUTER_LOOP> OUTER: <TMPL_VAR OUTER_VAR> <TMPL_LOOP INNER_LOOP> INNER: <TMPL_VAR INNER_VAR> INSIDE OUT: <TMPL_VAR OUTER_VAR> </TMPL_LOOP> </TMPL_LOOP>
Update: You could also check out HTML::Template Tutorial by jeffa from the Tutorials section of the site.

Hope this helps.

Martin

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-03-28 19:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found