Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^4: When to use templates?

by zejames (Hermit)
on Nov 19, 2004 at 17:12 UTC ( [id://409064]=note: print w/replies, xml ) Need Help??


in reply to Re^3: When to use templates?
in thread When to use templates?

I said complex statement, meaning statement not only based on boolean variable passed par the perl script.

In HTML::Template for example, you cannot test in the template if $var > 5, you have to do it the script ($bool = $var > 5;) and then use the result the a TMPL_IF.

I do not like it very much. However, I do respect Your Way To Code It ;) That's a matter of choice.


--
zejames

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-25 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found